Package | Description |
---|---|
org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
Modifier and Type | Field and Description |
---|---|
static ExceptionListener |
ExceptionListener.NO_OP |
static ExceptionListener |
ExceptionListener.STD_ERR |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExceptionListener(ExceptionListener exceptionListener)
Assigns
ExceptionListener instance. |
Constructor and Description |
---|
HttpServer(int port,
HttpService httpService,
InetAddress ifAddress,
SocketConfig socketConfig,
ServerSocketFactory serverSocketFactory,
HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory,
Callback<SSLParameters> sslSetupHandler,
ExceptionListener exceptionListener) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.