| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.api | |
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HTTP2Session.notifyClose(Session session,
GoAwayFrame frame,
Callback callback) |
|
void |
HTTP2Session.onGoAway(GoAwayFrame frame) |
This method is called when receiving a GO_AWAY from the other peer.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Session.Listener.Adapter.onClose(Session session,
GoAwayFrame frame) |
|
void |
Session.Listener.onClose(Session session,
GoAwayFrame frame) |
|
default void |
Session.Listener.onClose(Session session,
GoAwayFrame frame,
Callback callback) |
Callback method invoked when a GOAWAY frame has been received.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BodyParser.notifyGoAway(GoAwayFrame frame) |
|
void |
Parser.Listener.Adapter.onGoAway(GoAwayFrame frame) |
|
void |
Parser.Listener.onGoAway(GoAwayFrame frame) |
Copyright © 1995–2018 Webtide. All rights reserved.