| Package | Description |
|---|---|
| org.glassfish.grizzly.spdy |
| Modifier and Type | Method and Description |
|---|---|
SpdyStream |
SpdyPacket.getSpdyStream() |
static SpdyStream |
SpdyStream.getSpdyStream(HttpHeader httpHeader) |
SpdyStream |
SpdySession.getStream(int streamId) |
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. |
| Modifier and Type | Method and Description |
|---|---|
static Source.SourceFactory |
Source.factory(SpdyStream spdyStream)
Returns the
Source.SourceFactory associated with the SpdyStream. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.