Class DefaultConnection

java.lang.Object
org.shredzone.acme4j.connector.DefaultConnection
All Implemented Interfaces:
AutoCloseable, Connection

public class DefaultConnection extends Object implements Connection
Default implementation of Connection. It communicates with the ACME server via HTTP, with a client that is provided by the given HttpConnector.