@Deprecated public class HttpsServerEndpointHandler extends Object implements org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>
HttpsServerEndpointHandler class.
| Constructor and Description |
|---|
HttpsServerEndpointHandler(EndpointBinding endpointBinding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EncoderContext |
getEncoderContext()
Deprecated.
|
void |
handle(org.apache.http.HttpRequest request,
org.apache.http.nio.protocol.HttpAsyncExchange httpExchange,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
org.apache.http.nio.protocol.HttpAsyncRequestConsumer<org.apache.http.HttpRequest> |
processRequest(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
@Deprecated public HttpsServerEndpointHandler(EndpointBinding endpointBinding)
Constructor for HttpsServerEndpointHandler.
endpointBinding - a EndpointBinding object.@Deprecated public EncoderContext getEncoderContext()
getEncoderContext.
EncoderContext object.@Deprecated public void handle(org.apache.http.HttpRequest request, org.apache.http.nio.protocol.HttpAsyncExchange httpExchange, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
handle in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>org.apache.http.HttpExceptionIOException@Deprecated public org.apache.http.nio.protocol.HttpAsyncRequestConsumer<org.apache.http.HttpRequest> processRequest(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
processRequest in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler<org.apache.http.HttpRequest>org.apache.http.HttpExceptionIOExceptionCopyright © 2026. All rights reserved.