com.ibm.wsspi.http
Uses of Interface HttpInboundConnection
Uses of HttpInboundConnection in com.ibm.wsspi.http
Modifier and Type | Method and Description |
---|---|
|
WorkClassifier.classify(HttpRequest request,HttpInboundConnection inboundConnection)
Classify the request and return an Executor to run on.
|
|
HttpContainer.createRunnableHandler(HttpInboundConnection inboundConnection)
Examine the inbound request to ensure the container is configured to
handle the incoming request and construct a runnable for request execution.
|