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.
|
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 |
---|---|
HttpService |
HttpService.Builder.build()
Create a new HTTP service.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.