| Package | Description |
|---|---|
| org.eclipse.jetty.spdy.api.server | |
| org.eclipse.jetty.spdy.server | |
| org.eclipse.jetty.spdy.server.http | |
| org.eclipse.jetty.spdy.server.proxy |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSessionFrameListener.Adapter
Empty implementation of
ServerSessionFrameListener |
| Modifier and Type | Method and Description |
|---|---|
ServerSessionFrameListener |
SPDYServerConnectionFactory.getServerSessionFrameListener() |
protected ServerSessionFrameListener |
SPDYServerConnectionFactory.provideServerSessionFrameListener(Connector connector,
EndPoint endPoint) |
| Constructor and Description |
|---|
SPDYServerConnectionFactory(int version,
ServerSessionFrameListener listener) |
SPDYServerConnector(Server server,
ServerSessionFrameListener listener) |
SPDYServerConnector(Server server,
SslContextFactory sslContextFactory,
ServerSessionFrameListener listener) |
SPDYServerConnector(Server server,
SslContextFactory sslContextFactory,
ServerSessionFrameListener listener,
NegotiatingServerConnectionFactory negotiator) |
| Modifier and Type | Method and Description |
|---|---|
protected ServerSessionFrameListener |
HTTPSPDYServerConnectionFactory.provideServerSessionFrameListener(Connector connector,
EndPoint endPoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyEngineSelector
ProxyEngineSelector is the main entry point for push stream events of a jetty SPDY proxy. |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.