| Package | Description |
|---|---|
| org.glassfish.grizzly.spdy | |
| org.glassfish.grizzly.spdy.frames |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void |
SessionOutputSink.writeDownStream(SpdyFrame frame) |
protected void |
SessionOutputSink.writeDownStream(SpdyFrame frame,
org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult> completionHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFrame |
class |
DataFrame |
class |
GoAwayFrame |
class |
HeadersFrame |
class |
HeadersProviderFrame |
class |
OversizedFrame
The
ServiceFrame, which signals about oversized frame received from peer. |
class |
PingFrame |
class |
RstStreamFrame |
class |
ServiceFrame
Service frames represent virtual, not real SPDY frames,
used internally in
Filters communication. |
class |
SettingsFrame
TODO: Need to implement handling of per-setting flags.
|
class |
SynReplyFrame |
class |
SynStreamFrame |
class |
WindowUpdateFrame |
| Modifier and Type | Field and Description |
|---|---|
protected SpdyFrame |
SpdyFrame.SpdyFrameBuilder.frame |
| Modifier and Type | Method and Description |
|---|---|
static SpdyFrame |
SpdyFrame.wrap(org.glassfish.grizzly.Buffer buffer) |
| Constructor and Description |
|---|
HeadersProviderFrameBuilder(SpdyFrame frame) |
SpdyFrameBuilder(SpdyFrame frame) |
Copyright © 2021 Oracle Corporation. All Rights Reserved.