Uses of Class
com.squareup.okhttp.internal.spdy.SpdyStream
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.spdy |
-
Uses of SpdyStream in com.squareup.okhttp.internal.spdy
Methods in com.squareup.okhttp.internal.spdy that return SpdyStream Modifier and Type Method Description SpdyStreamSpdyConnection. newStream(List<String> requestHeaders, boolean out, boolean in)Returns a new locally-initiated stream.Methods in com.squareup.okhttp.internal.spdy with parameters of type SpdyStream Modifier and Type Method Description voidIncomingStreamHandler. receive(SpdyStream stream)Handle a new stream from this connection's peer.