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 Summary
Modifier and TypeMethodDescriptionboolean
Determine if a map of headers contains an http2 upgrade headerboolean
isHTTP2UpgradeRequest
(Map<String, String> map, boolean checkEnabledOnly) Determine if a request is an http2 upgrade requestMethods inherited from interface com.ibm.wsspi.http.HttpInboundConnection
finish, getDateFormatter, getEncodingUtils, getLocalHostAddress, getLocalHostAlias, getLocalHostName, getLocalPort, getRemoteHostAddress, getRemoteHostName, getRemotePort, getRequest, getRequestedHost, getRequestedPort, getResponse, getSSLContext, getTrustedHeader, useTrustedHeaders
-
Method Details
-
isHTTP2UpgradeRequest
Determine if a request is an http2 upgrade request -
handleHTTP2UpgradeRequest
Determine if a map of headers contains an http2 upgrade header
-