| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api | |
| org.eclipse.jetty.spdy.api.server |
| Modifier and Type | Method and Description |
|---|---|
Future<Session> |
SPDYClient.connect(InetSocketAddress address,
SessionFrameListener listener) |
| Constructor and Description |
|---|
StandardSession(short version,
ByteBufferPool bufferPool,
Executor threadPool,
ScheduledExecutorService scheduler,
Controller<StandardSession.FrameBytes> controller,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator) |
| 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 |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.