| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.api | |
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTP2Session.notifyPing(Session session,
PingFrame frame) |
boolean |
HTTP2Session.onPing(PingFrame frame) |
void |
HTTP2Session.ping(PingFrame frame,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.Listener.onPing(Session session,
PingFrame frame) |
void |
Session.Listener.Adapter.onPing(Session session,
PingFrame frame) |
void |
Session.ping(PingFrame frame,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BodyParser.notifyPing(PingFrame frame) |
boolean |
Parser.Listener.onPing(PingFrame frame) |
boolean |
Parser.Listener.Adapter.onPing(PingFrame frame) |
Copyright © 1995-2014 Webtide. All Rights Reserved.