Module org.shredzone.acme4j
Package org.shredzone.acme4j.connector
@ReturnValuesAreNonnullByDefault
@DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class)
@DefaultAnnotationForFields(edu.umd.cs.findbugs.annotations.NonNull.class)
package org.shredzone.acme4j.connector
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
-
ClassDescriptionConnects to the ACME server and offers different methods for invoking the API.Default implementation of
Connection
.A generic HTTP connector.Contains network settings to be used for network connections.Enumeration of standard resources, and their key name in the CA's directory.ResourceIterator<T extends AcmeResource>AnIterator
that fetches a batch of URLs from the ACME server, and generatesAcmeResource
instances.Normalizes line separators in an InputStream.