Uses of Class
org.glassfish.grizzly.spdy.SpdySession.BidirectionalBuilder
Packages that use SpdySession.BidirectionalBuilder
-
Uses of SpdySession.BidirectionalBuilder in org.glassfish.grizzly.spdy
Methods in org.glassfish.grizzly.spdy that return SpdySession.BidirectionalBuilderModifier and TypeMethodDescriptionSpdySession.StreamBuilder.bidirectional()SpdySession.BidirectionalBuilder.fin(boolean fin) Sets thefinflag of aSpdyStream.Set the value of the Host header.Set the HTTP request method.SpdySession.BidirectionalBuilder.method(org.glassfish.grizzly.http.Method method) Set the HTTP request method.SpdySession.BidirectionalBuilder.priority(int priority) Set thepriorityparameter of aSpdyStream.Set thequeryportion of the request URI.SpdySession.BidirectionalBuilder.slot(int slot) Set theslotparameter of aSpdyStream.Set the request URI.