| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSession.addListener(Session.Listener listener) |
void |
StandardSession.removeListener(Session.Listener listener) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Session.StreamListener
Specialized listener that is invoked upon creation and removal of streams.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Session.StreamListener.Adapter
Empty implementation of
Session.StreamListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addListener(Session.Listener listener)
Registers the given
listener to be notified of session events. |
void |
Session.removeListener(Session.Listener listener)
Deregisters the give
listener from being notified of session events. |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.