| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| org.apache.hc.core5.http.impl.io | Default implementation of HTTP/1.1 transport based on the classic
 (blocking) I/O model. | 
| org.apache.hc.core5.testing.classic | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerBootstrap | ServerBootstrap. setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory)Sets  HttpConnectionFactoryinstance. | 
| Constructor and Description | 
|---|
| HttpServer(int port,
          HttpService httpService,
          InetAddress ifAddress,
          SocketConfig socketConfig,
          ServerSocketFactory serverSocketFactory,
          HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory,
          SSLContext sslContext,
          Callback<SSLParameters> sslSetupHandler,
          ExceptionListener exceptionListener) | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultBHttpServerConnection | DefaultBHttpServerConnectionFactory. createConnection(Socket socket) | 
| DefaultBHttpServerConnection | DefaultBHttpServerConnectionFactory. createConnection(SSLSocket sslSocket,
                Socket socket) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LoggingBHttpServerConnection | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.