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 |
---|---|
Stream |
StandardStream.push(PushInfo pushInfo) |
void |
StandardStream.push(PushInfo pushInfo,
Promise<Stream> promise) |
Constructor and Description |
---|
PushSynInfo(int associatedStreamId,
PushInfo pushInfo) |
Modifier and Type | Method and Description |
---|---|
StreamFrameListener |
StreamFrameListener.onPush(Stream stream,
PushInfo pushInfo)
Callback invoked when a push syn has been received on a stream.
|
StreamFrameListener |
StreamFrameListener.Adapter.onPush(Stream stream,
PushInfo pushInfo) |
Stream |
Stream.push(PushInfo pushInfo)
Initiate a unidirectional spdy pushstream associated to this stream asynchronously
|
void |
Stream.push(PushInfo pushInfo,
Promise<Stream> promise)
Initiate a unidirectional spdy pushstream associated to this stream asynchronously
|
Modifier and Type | Method and Description |
---|---|
StreamFrameListener |
HttpReceiverOverSPDY.onPush(Stream stream,
PushInfo pushInfo) |
Modifier and Type | Method and Description |
---|---|
StreamFrameListener |
SPDYProxyEngine.onPush(Stream stream,
PushInfo pushInfo) |
Copyright © 1995-2015 Webtide. All Rights Reserved.