| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api | |
| org.eclipse.jetty.spdy.api.server | |
| org.eclipse.jetty.spdy.client | |
| org.eclipse.jetty.spdy.server.proxy |
| Constructor and Description |
|---|
StandardSession(short version,
ByteBufferPool bufferPool,
Scheduler scheduler,
Controller controller,
EndPoint endPoint,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator,
FlowControlStrategy flowControlStrategy) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionFrameListener.Adapter
Empty implementation of
SessionFrameListener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerSessionFrameListener
Specific, server-side,
SessionFrameListener. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSessionFrameListener.Adapter
Empty implementation of
ServerSessionFrameListener |
| Modifier and Type | Method and Description |
|---|---|
Session |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener)
Equivalent to:
|
void |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener,
Promise<Session> promise)
Equivalent to:
|
void |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener,
Promise<Session> promise,
Map<String,Object> context)
Connects to the given
address, binding the given listener to session events,
and notified the given promise of the connect result. |
| 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.