Uses of Class
org.shredzone.acme4j.connector.NetworkSettings
Packages that use 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
Methods in org.shredzone.acme4j that return NetworkSettings -
Uses of NetworkSettings in org.shredzone.acme4j.connector
Constructors in org.shredzone.acme4j.connector with parameters of type NetworkSettingsModifierConstructorDescriptionHttpConnector(NetworkSettings networkSettings, HttpClient httpClient) -
Uses of NetworkSettings in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider with parameters of type NetworkSettingsModifier and TypeMethodDescriptionAbstractAcmeProvider.connect(URI serverUri, NetworkSettings networkSettings, HttpClient httpClient) AcmeProvider.connect(URI serverUri, NetworkSettings networkSettings, HttpClient httpClient) Creates aConnectionfor communication with the ACME server.default HttpClientAcmeProvider.createHttpClient(NetworkSettings networkSettings) Creates anHttpClientinstance configured with the given network settings.protected HttpConnectorAbstractAcmeProvider.createHttpConnector(NetworkSettings settings, HttpClient httpClient)