| Package | Description |
|---|---|
| org.glassfish.grizzly.spdy |
| Modifier and Type | Method and Description |
|---|---|
SpdyStream |
SpdyPacket.getSpdyStream() |
static SpdyStream |
SpdyStream.getSpdyStream(org.glassfish.grizzly.http.HttpHeader httpHeader) |
SpdyStream |
SpdySession.getStream(int streamId) |
protected SpdyStream |
SpdySession.newStream(org.glassfish.grizzly.http.HttpRequestPacket spdyRequest,
int streamId,
int associatedToStreamId,
int priority,
int slot,
boolean isUnidirectional) |
SpdyStream |
SpdySession.UnidirectionalBuilder.open()
Build the HttpRequestPacket message.
|
SpdyStream |
SpdySession.BidirectionalBuilder.open()
Build the HttpRequestPacket message.
|
SpdyStream |
SpdySession.openStream(org.glassfish.grizzly.http.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. |
| Modifier and Type | Method and Description |
|---|---|
static Source.SourceFactory |
Source.factory(SpdyStream spdyStream)
Returns the
Source.SourceFactory associated with the SpdyStream. |
protected void |
SessionOutputSink.writeDataDownStream(SpdyStream spdyStream,
SpdyFrame headerFrame,
org.glassfish.grizzly.Buffer data,
org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult> completionHandler,
org.glassfish.grizzly.asyncqueue.MessageCloner<org.glassfish.grizzly.Buffer> messageCloner,
boolean isLast) |
Copyright © 2021 Oracle Corporation. All Rights Reserved.