| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.generator | |
| org.eclipse.jetty.spdy.http |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardByteBufferPool |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferPool |
SPDYServerConnector.getByteBufferPool() |
| Constructor and Description |
|---|
ServerSPDYAsyncConnectionFactory(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler) |
ServerSPDYAsyncConnectionFactory(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler,
ServerSessionFrameListener listener) |
SPDYAsyncConnection(AsyncEndPoint endPoint,
ByteBufferPool bufferPool,
Parser parser) |
StandardSession(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler,
Controller<StandardSession.FrameBytes> controller,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator) |
| Modifier and Type | Method and Description |
|---|---|
protected ByteBufferPool |
ControlFrameGenerator.getByteBufferPool() |
| Constructor and Description |
|---|
ControlFrameGenerator(ByteBufferPool bufferPool) |
DataFrameGenerator(ByteBufferPool bufferPool) |
Generator(ByteBufferPool bufferPool,
CompressionFactory.Compressor compressor) |
GoAwayGenerator(ByteBufferPool bufferPool) |
HeadersGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
NoOpGenerator(ByteBufferPool bufferPool) |
PingGenerator(ByteBufferPool bufferPool) |
RstStreamGenerator(ByteBufferPool bufferPool) |
SettingsGenerator(ByteBufferPool bufferPool) |
SynReplyGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
SynStreamGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
WindowUpdateGenerator(ByteBufferPool bufferPool) |
| Constructor and Description |
|---|
ServerHTTPSPDYAsyncConnectionFactory(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler,
Connector connector) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.