Package com.ibm.wsspi.http.ee8
Interface Http2InboundConnection
- All Superinterfaces:
- HttpInboundConnection
Representation of an inbound HTTP connection that the dispatcher will provide
 to containers.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDetermine if a map of headers contains an http2 upgrade headerbooleanisHTTP2UpgradeRequest(Map<String, String> map, boolean checkEnabledOnly) Determine if a request is an http2 upgrade requestMethods 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 Details- 
isHTTP2UpgradeRequestDetermine if a request is an http2 upgrade request
- 
handleHTTP2UpgradeRequestDetermine if a map of headers contains an http2 upgrade header
 
-