Package | Description |
---|---|
org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setSslSetupHandler(SSLServerSetupHandler sslSetupHandler)
Assigns
SSLServerSetupHandler instance. |
Constructor and Description |
---|
HttpServer(int port,
java.net.InetAddress ifAddress,
SocketConfig socketConfig,
javax.net.ServerSocketFactory serverSocketFactory,
HttpService httpService,
HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory,
SSLServerSetupHandler sslSetupHandler,
ExceptionLogger exceptionLogger) |