Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.api | |
org.eclipse.jetty.spdy.client.http | |
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Method and Description |
---|---|
void |
StandardStream.reply(ReplyInfo replyInfo) |
void |
StandardStream.reply(ReplyInfo replyInfo,
Callback callback) |
Modifier and Type | Method and Description |
---|---|
void |
StreamFrameListener.onReply(Stream stream,
ReplyInfo replyInfo)
Callback invoked when a reply to a stream creation has been received.
|
void |
StreamFrameListener.Adapter.onReply(Stream stream,
ReplyInfo replyInfo) |
void |
Stream.reply(ReplyInfo replyInfo)
Sends asynchronously a SYN_REPLY frame in response to a SYN_STREAM frame.
|
void |
Stream.reply(ReplyInfo replyInfo,
Callback callback)
Sends asynchronously a SYN_REPLY frame in response to a SYN_STREAM frame.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpReceiverOverSPDY.onReply(Stream stream,
ReplyInfo replyInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SPDYProxyEngine.onReply(Stream stream,
ReplyInfo replyInfo) |
Copyright © 1995-2015 Webtide. All Rights Reserved.