| 程序包 | 说明 |
|---|---|
| com.firefly.codec.http2.decode | |
| com.firefly.codec.http2.stream | |
| com.firefly.server.http2 |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BodyParser.notifyGoAway(GoAwayFrame frame) |
void |
Parser.Listener.onGoAway(GoAwayFrame frame) |
void |
Parser.Listener.Adapter.onGoAway(GoAwayFrame frame) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
HTTP2Session.notifyClose(Session session,
GoAwayFrame frame,
Callback callback) |
void |
Session.Listener.onClose(Session session,
GoAwayFrame frame) |
void |
Session.Listener.Adapter.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.
|
void |
HTTP2Session.onGoAway(GoAwayFrame frame)
This method is called when receiving a GO_AWAY from the other peer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HTTP2ServerRequestHandler.onClose(Session session,
GoAwayFrame frame) |
Copyright © 2017. All rights reserved.