Uses of Class
org.hcjf.io.net.http.http2.Stream
-
Packages that use Stream Package Description org.hcjf.io.net.http -
-
Uses of Stream in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return Stream Modifier and Type Method Description StreamHttpSession. getStream()Returns the http2 stream object associated to the session.Methods in org.hcjf.io.net.http with parameters of type Stream Modifier and Type Method Description voidHttpSession. setStream(Stream stream)Set the http2 stream object associated to the session.
-