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