| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.api | |
| org.eclipse.jetty.http2.api.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISession |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTP2Session |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTP2Session.notifyClose(Session session,
GoAwayFrame frame) |
protected void |
HTTP2Session.notifyPing(Session session,
PingFrame frame) |
protected void |
HTTP2Session.notifyReset(Session session,
ResetFrame frame) |
protected void |
HTTP2Session.notifySettings(Session session,
SettingsFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
Session |
Stream.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.Listener.onClose(Session session,
GoAwayFrame frame) |
void |
Session.Listener.Adapter.onClose(Session session,
GoAwayFrame frame) |
void |
Session.Listener.onFailure(Session session,
Throwable failure) |
void |
Session.Listener.Adapter.onFailure(Session session,
Throwable failure) |
void |
Session.Listener.onPing(Session session,
PingFrame frame) |
void |
Session.Listener.Adapter.onPing(Session session,
PingFrame frame) |
Map<Integer,Integer> |
Session.Listener.onPreface(Session session) |
Map<Integer,Integer> |
Session.Listener.Adapter.onPreface(Session session) |
void |
Session.Listener.onReset(Session session,
ResetFrame frame) |
void |
Session.Listener.Adapter.onReset(Session session,
ResetFrame frame) |
void |
Session.Listener.onSettings(Session session,
SettingsFrame frame) |
void |
Session.Listener.Adapter.onSettings(Session session,
SettingsFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSessionListener.onAccept(Session session) |
void |
ServerSessionListener.Adapter.onAccept(Session session) |
Copyright © 1995-2014 Webtide. All Rights Reserved.