Package | Description |
---|---|
com.squareup.okhttp.internal.spdy |
Modifier and Type | Method and Description |
---|---|
SpdyStream |
SpdyConnection.newStream(List<Header> requestHeaders,
boolean out,
boolean in)
Returns a new locally-initiated stream.
|
SpdyStream |
SpdyConnection.pushStream(int associatedStreamId,
List<Header> requestHeaders,
boolean out)
Returns a new server-initiated stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IncomingStreamHandler.receive(SpdyStream stream)
Handle a new stream from this connection's peer.
|
Copyright © 2015. All rights reserved.