Package | Description |
---|---|
com.squareup.okhttp.internal.framed |
Modifier and Type | Method and Description |
---|---|
FramedStream |
FramedConnection.newStream(List<Header> requestHeaders,
boolean out,
boolean in)
Returns a new locally-initiated stream.
|
FramedStream |
FramedConnection.pushStream(int associatedStreamId,
List<Header> requestHeaders,
boolean out)
Returns a new server-initiated stream.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FramedConnection.Listener.onStream(FramedStream stream)
Handle a new stream from this connection's peer.
|
Copyright © 2017. All rights reserved.