Class Http2.Stream
java.lang.Object
com.codename1.backend.Http2.Stream
- Enclosing class:
Http2
One request, once the client has finished sending it.
-
Method Summary
-
Method Details
-
getId
public int getId() -
getMethod
-
getPath
Path and query, from the :path pseudo-header. -
getAuthority
From :authority, which is what Host is in HTTP/1.1. -
getHeaders
Lower-cased names, as HTTP/2 requires them on the wire. -
getBody
public byte[] getBody()The body as it ARRIVED, so the caller can check it before decoding. -
getBodyAsString
-