Package com.ibm.wsspi.http.ee8
Interface Http2InboundConnection
- 
- All Superinterfaces:
- HttpInboundConnection
 
 public interface Http2InboundConnection extends HttpInboundConnection Representation of an inbound HTTP connection that the dispatcher will provide to containers.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleHTTP2UpgradeRequest(java.util.Map<java.lang.String,java.lang.String> map)Determine if a map of headers contains an http2 upgrade headerbooleanisHTTP2UpgradeRequest(java.util.Map<java.lang.String,java.lang.String> map, boolean checkEnabledOnly)Determine if a request is an http2 upgrade request- 
Methods inherited from interface com.ibm.wsspi.http.HttpInboundConnectionfinish, getDateFormatter, getEncodingUtils, getLocalHostAddress, getLocalHostAlias, getLocalHostName, getLocalPort, getRemoteHostAddress, getRemoteHostName, getRemotePort, getRequest, getRequestedHost, getRequestedPort, getResponse, getSSLContext, getTrustedHeader, useTrustedHeaders
 
- 
 
- 
- 
- 
Method Detail- 
isHTTP2UpgradeRequestboolean isHTTP2UpgradeRequest(java.util.Map<java.lang.String,java.lang.String> map, boolean checkEnabledOnly)Determine if a request is an http2 upgrade request
 - 
handleHTTP2UpgradeRequestboolean handleHTTP2UpgradeRequest(java.util.Map<java.lang.String,java.lang.String> map) Determine if a map of headers contains an http2 upgrade header
 
- 
 
-