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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPushSupported()
void
pushNewRequest(Http2PushBuilder pushBuilder)
Initiate a Push request-
Methods 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 Detail
-
isPushSupported
boolean isPushSupported()
-
pushNewRequest
void pushNewRequest(Http2PushBuilder pushBuilder)
Initiate a Push request
-
-