Package com.ibm.wsspi.http.ee8
Interface Http2Request
- 
- All Superinterfaces:
- HttpRequest
 
 public interface Http2Request extends HttpRequest Representation of an HTTP 2 request message provided by the dispatcher to any HTTP container.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPushSupported()voidpushNewRequest(Http2PushBuilder pushBuilder)Initiate a Push request- 
Methods 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 Detail- 
isPushSupportedboolean isPushSupported() 
 - 
pushNewRequestvoid pushNewRequest(Http2PushBuilder pushBuilder) Initiate a Push request
 
- 
 
-