Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.frames | |
org.eclipse.jetty.spdy.generator | |
org.eclipse.jetty.spdy.parser |
Modifier and Type | Method and Description |
---|---|
void |
StandardSession.control(IStream stream,
ControlFrame frame,
long timeout,
TimeUnit unit,
Callback callback) |
void |
ISession.control(IStream stream,
ControlFrame frame,
long timeout,
TimeUnit unit,
Callback callback) |
void |
StandardSession.onControlFrame(ControlFrame frame) |
void |
StandardStream.process(ControlFrame frame) |
void |
IStream.process(ControlFrame frame)
Processes the given control frame,
for example by updating the stream's state or by calling listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialFrame |
class |
GoAwayFrame |
class |
HeadersFrame |
class |
NoOpFrame |
class |
PingFrame |
class |
RstStreamFrame |
class |
SettingsFrame |
class |
SynReplyFrame |
class |
SynStreamFrame |
class |
WindowUpdateFrame |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Generator.control(ControlFrame frame) |
ByteBuffer |
WindowUpdateGenerator.generate(ControlFrame frame) |
ByteBuffer |
SynStreamGenerator.generate(ControlFrame frame) |
ByteBuffer |
SynReplyGenerator.generate(ControlFrame frame) |
ByteBuffer |
SettingsGenerator.generate(ControlFrame frame) |
ByteBuffer |
RstStreamGenerator.generate(ControlFrame frame) |
ByteBuffer |
PingGenerator.generate(ControlFrame frame) |
ByteBuffer |
NoOpGenerator.generate(ControlFrame frame) |
ByteBuffer |
HeadersGenerator.generate(ControlFrame frame) |
ByteBuffer |
GoAwayGenerator.generate(ControlFrame frame) |
ByteBuffer |
CredentialGenerator.generate(ControlFrame frame) |
abstract ByteBuffer |
ControlFrameGenerator.generate(ControlFrame frame) |
protected void |
ControlFrameGenerator.generateControlFrameHeader(ControlFrame frame,
int frameLength,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
protected void |
Parser.notifyControlFrame(ControlFrame frame) |
void |
Parser.Listener.onControlFrame(ControlFrame frame) |
void |
Parser.Listener.Adapter.onControlFrame(ControlFrame frame) |
protected abstract void |
ControlFrameParser.onControlFrame(ControlFrame frame) |
Copyright © 1995-2015 Webtide. All Rights Reserved.