| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api | |
| org.eclipse.jetty.spdy.generator | |
| org.eclipse.jetty.spdy.http |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
StandardStream.data(DataInfo dataInfo) |
void |
StandardStream.data(DataInfo dataInfo,
long timeout,
TimeUnit unit,
Handler<Void> handler) |
<C> void |
ISession.data(IStream stream,
DataInfo dataInfo,
long timeout,
TimeUnit unit,
Handler<C> handler,
C context) |
<C> void |
StandardSession.data(IStream stream,
DataInfo dataInfo,
long timeout,
TimeUnit unit,
Handler<C> handler,
C context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferDataInfo
Specialized
DataInfo for ByteBuffer content. |
class |
BytesDataInfo
Specialized
DataInfo for byte array content. |
class |
StringDataInfo
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
Stream.data(DataInfo dataInfo)
Sends asynchronously a DATA frame on this stream.
|
void |
Stream.data(DataInfo dataInfo,
long timeout,
TimeUnit unit,
Handler<Void> handler)
Sends asynchronously a DATA frame on this stream.
|
void |
StreamFrameListener.onData(Stream stream,
DataInfo dataInfo)
Callback invoked when data bytes are received on a stream.
|
void |
StreamFrameListener.Adapter.onData(Stream stream,
DataInfo dataInfo) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
Generator.data(int streamId,
int length,
DataInfo dataInfo) |
ByteBuffer |
DataFrameGenerator.generate(int streamId,
int length,
DataInfo dataInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerHTTPSPDYAsyncConnection.content(DataInfo dataInfo,
boolean endRequest) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.