Uses of Class
org.shredzone.acme4j.connector.NetworkSettings
Package
Description
acme4j is a Java client for the ACME protocol.
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
Acme Providers are the link between acme4j and the ACME server.
-
Uses of NetworkSettings in org.shredzone.acme4j
-
Uses of NetworkSettings in org.shredzone.acme4j.connector
ModifierConstructorDescriptionHttpConnector
(NetworkSettings networkSettings) Creates a newHttpConnector
that is using the givenNetworkSettings
. -
Uses of NetworkSettings in org.shredzone.acme4j.provider
Modifier and TypeMethodDescriptionAbstractAcmeProvider.connect
(URI serverUri, NetworkSettings networkSettings) AcmeProvider.connect
(URI serverUri, NetworkSettings networkSettings) Creates aConnection
for communication with the ACME server.protected HttpConnector
AbstractAcmeProvider.createHttpConnector
(NetworkSettings settings) Creates aHttpConnector
.