| Package | Description |
|---|---|
| org.eclipse.jetty.spdy.api | |
| org.eclipse.jetty.spdy.frames | |
| org.eclipse.jetty.spdy.generator | |
| org.eclipse.jetty.spdy.http |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HeadersInfo.getHeaders() |
Headers |
SynInfo.getHeaders() |
Headers |
ReplyInfo.getHeaders() |
| Constructor and Description |
|---|
Headers(Headers original,
boolean immutable)
|
HeadersInfo(Headers headers,
boolean close)
Creates a new
HeadersInfo instance with the given headers,
the given close flag and no reset compression flag |
HeadersInfo(Headers headers,
boolean close,
boolean resetCompression)
Creates a new
HeadersInfo instance with the given headers,
the given close flag and the given reset compression flag |
ReplyInfo(Headers headers,
boolean close)
Creates a
ReplyInfo instance with the given headers and the given close flag. |
SynInfo(Headers headers,
boolean close)
Creates a
ReplyInfo instance with the given headers and the given close flag,
not unidirectional, without associated stream, and with default priority. |
SynInfo(Headers headers,
boolean close,
boolean unidirectional,
int associatedStreamId,
byte priority)
Creates a
ReplyInfo instance with the given headers and the given close flag,
the given unidirectional flag, the given associated stream, and with the given priority. |
| Modifier and Type | Method and Description |
|---|---|
Headers |
SynReplyFrame.getHeaders() |
Headers |
HeadersFrame.getHeaders() |
Headers |
SynStreamFrame.getHeaders() |
| Constructor and Description |
|---|
HeadersFrame(short version,
byte flags,
int streamId,
Headers headers) |
SynReplyFrame(short version,
byte flags,
int streamId,
Headers headers) |
SynStreamFrame(short version,
byte flags,
int streamId,
int associatedStreamId,
byte priority,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
HeadersBlockGenerator.generate(short version,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerHTTPSPDYAsyncConnection.beginRequest(Headers headers) |
void |
ServerHTTPSPDYAsyncConnection.headers(Headers headers) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.