Package com.ibm.wsspi.http.ee8
Interface Http2Request
- All Superinterfaces:
HttpRequest
Representation of an HTTP 2 request message provided by the dispatcher to any
HTTP container.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
pushNewRequest
(Http2PushBuilder pushBuilder) Initiate a Push requestMethods inherited from interface com.ibm.wsspi.http.HttpRequest
getBody, getContentLength, getCookie, getCookies, getCookies, getHeader, getHeaderNames, getHeaders, getMethod, getQuery, getScheme, getTrailer, getTrailerNames, getURI, getURL, getVersion, getVirtualHost, getVirtualPort, isTrailersReady
-
Method Details
-
isPushSupported
boolean isPushSupported() -
pushNewRequest
Initiate a Push request
-