Package | Description |
---|---|
org.glassfish.grizzly.spdy |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SessionOutputSink.onPeerWindowUpdate(int delta) |
SpdyStream |
SpdySession.UnidirectionalBuilder.open()
Build the HttpRequestPacket message.
|
SpdyStream |
SpdySession.BidirectionalBuilder.open()
Build the HttpRequestPacket message.
|
SpdyStream |
SpdySession.openStream(HttpRequestPacket spdyRequest,
int streamId,
int associatedToStreamId,
int priority,
int slot,
boolean isUnidirectional,
boolean fin)
Method is not thread-safe, it is expected that it will be called
within
SpdySession.getNewClientStreamLock() lock scope. |
abstract Buffer |
Source.read(int length)
Returns the number of bytes to be written.
|
Copyright © 2015 Oracle Corporation. All rights reserved.