|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.https.HttpsServerEndpointHandler
public class HttpsServerEndpointHandler
HttpsServerEndpointHandler class.
| Constructor Summary | |
|---|---|
HttpsServerEndpointHandler(EndpointBinding endpointBinding)
Constructor for HttpsServerEndpointHandler. |
|
| Method Summary | |
|---|---|
EncoderContext |
getEncoderContext()
getEncoderContext. |
void |
handle(org.apache.http.HttpRequest request,
org.apache.http.nio.protocol.HttpAsyncExchange httpExchange,
org.apache.http.protocol.HttpContext context)
|
org.apache.http.nio.protocol.HttpAsyncRequestConsumer<org.apache.http.HttpRequest> |
processRequest(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpsServerEndpointHandler(EndpointBinding endpointBinding)
Constructor for HttpsServerEndpointHandler.
endpointBinding - a EndpointBinding object.| Method Detail |
|---|
public EncoderContext getEncoderContext()
getEncoderContext.
EncoderContext object.
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.HttpException
IOException
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.HttpException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||