| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api.server | |
| org.eclipse.jetty.spdy.http | |
| org.eclipse.jetty.spdy.proxy |
| Modifier and Type | Method and Description |
|---|---|
ServerSessionFrameListener |
SPDYServerConnector.getServerSessionFrameListener() |
protected ServerSessionFrameListener |
ServerSPDYAsyncConnectionFactory.provideServerSessionFrameListener(AsyncEndPoint endPoint,
Object attachment) |
| Constructor and Description |
|---|
ServerSPDYAsyncConnectionFactory(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler,
ServerSessionFrameListener listener) |
SPDYServerConnector(ServerSessionFrameListener listener) |
SPDYServerConnector(ServerSessionFrameListener listener,
SslContextFactory sslContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSessionFrameListener.Adapter
Empty implementation of
ServerSessionFrameListener |
| Modifier and Type | Method and Description |
|---|---|
protected ServerSessionFrameListener |
ServerHTTPSPDYAsyncConnectionFactory.provideServerSessionFrameListener(AsyncEndPoint endPoint,
Object attachment) |
| Constructor and Description |
|---|
AbstractHTTPSPDYServerConnector(ServerSessionFrameListener listener,
SslContextFactory sslContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyEngineSelector
ProxyEngineSelector is the main entry point for syn stream events of a jetty SPDY proxy. |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.