Class Http2ServerRequest
java.lang.Object
cool.scx.http.x.http2.Http2ServerRequest
- All Implemented Interfaces:
ScxHttpHeadersReadHelper,ScxHttpServerRequest
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.headers.ScxHttpHeadersReadHelper
contentEncoding, contentLength, contentType, cookies, getCookie, getHeader, getHeader, getSetCookie, setCookiesMethods inherited from interface cool.scx.http.ScxHttpServerRequest
getQuery, path, query
-
Constructor Details
-
Http2ServerRequest
public Http2ServerRequest()
-
-
Method Details
-
response
- Specified by:
responsein interfaceScxHttpServerRequest
-
method
- Specified by:
methodin interfaceScxHttpServerRequest
-
uri
- Specified by:
uriin interfaceScxHttpServerRequest
-
version
- Specified by:
versionin interfaceScxHttpServerRequest
-
headers
- Specified by:
headersin interfaceScxHttpHeadersReadHelper- Specified by:
headersin interfaceScxHttpServerRequest
-
body
- Specified by:
bodyin interfaceScxHttpServerRequest
-
remotePeer
- Specified by:
remotePeerin interfaceScxHttpServerRequest
-
localPeer
- Specified by:
localPeerin interfaceScxHttpServerRequest
-