| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.api | |
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HTTP2Session.notifyPing(Session session,
PingFrame frame) |
|
void |
HTTP2Session.onPing(PingFrame frame) |
|
void |
HTTP2Session.ping(PingFrame frame,
Callback callback) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Session.Listener.Adapter.onPing(Session session,
PingFrame frame) |
|
void |
Session.Listener.onPing(Session session,
PingFrame frame) |
Callback method invoked when a PING frame has been received.
|
void |
Session.ping(PingFrame frame,
Callback callback) |
Sends the given PING
frame. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BodyParser.notifyPing(PingFrame frame) |
|
void |
Parser.Listener.Adapter.onPing(PingFrame frame) |
|
void |
Parser.Listener.onPing(PingFrame frame) |
Copyright © 1995–2018 Webtide. All rights reserved.