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 SummaryModifier and TypeMethodDescriptionbooleanvoidpushNewRequest(Http2PushBuilder pushBuilder) Initiate a Push requestMethods inherited from interface com.ibm.wsspi.http.HttpRequestgetBody, getContentLength, getCookie, getCookies, getCookies, getHeader, getHeaderNames, getHeaders, getMethod, getQuery, getScheme, getTrailer, getTrailerNames, getURI, getURL, getVersion, getVirtualHost, getVirtualPort, isTrailersReady
- 
Method Details- 
isPushSupportedboolean isPushSupported()
- 
pushNewRequestInitiate a Push request
 
-