Uses of Interface
com.ibm.wsspi.http.HttpInboundConnection
-
Packages that use HttpInboundConnection Package Description com.ibm.wsspi.http com.ibm.wsspi.http.ee8 -
-
Uses of HttpInboundConnection in com.ibm.wsspi.http
Methods in com.ibm.wsspi.http with parameters of type HttpInboundConnection Modifier and Type Method Description java.util.concurrent.Executor
WorkClassifier. classify(HttpRequest request, HttpInboundConnection inboundConnection)
Classify the request and return an Executor to run on.java.lang.Runnable
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. -
Uses of HttpInboundConnection in com.ibm.wsspi.http.ee8
Subinterfaces of HttpInboundConnection in com.ibm.wsspi.http.ee8 Modifier and Type Interface Description interface
Http2InboundConnection
Representation of an inbound HTTP connection that the dispatcher will provide to containers.
-