public static class Parser.Listener.Adapter extends Object implements Parser.Listener
Parser.Listener.Adapter| Constructor and Description |
|---|
Parser.Listener.Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionFailure(int error,
String reason) |
boolean |
onData(DataFrame frame) |
boolean |
onGoAway(GoAwayFrame frame) |
boolean |
onHeaders(HeadersFrame frame) |
boolean |
onPing(PingFrame frame) |
boolean |
onPriority(PriorityFrame frame) |
boolean |
onPushPromise(PushPromiseFrame frame) |
boolean |
onReset(ResetFrame frame) |
boolean |
onSettings(SettingsFrame frame) |
boolean |
onWindowUpdate(WindowUpdateFrame frame) |
public boolean onData(DataFrame frame)
onData in interface Parser.Listenerpublic boolean onHeaders(HeadersFrame frame)
onHeaders in interface Parser.Listenerpublic boolean onPriority(PriorityFrame frame)
onPriority in interface Parser.Listenerpublic boolean onReset(ResetFrame frame)
onReset in interface Parser.Listenerpublic boolean onSettings(SettingsFrame frame)
onSettings in interface Parser.Listenerpublic boolean onPushPromise(PushPromiseFrame frame)
onPushPromise in interface Parser.Listenerpublic boolean onPing(PingFrame frame)
onPing in interface Parser.Listenerpublic boolean onGoAway(GoAwayFrame frame)
onGoAway in interface Parser.Listenerpublic boolean onWindowUpdate(WindowUpdateFrame frame)
onWindowUpdate in interface Parser.Listenerpublic void onConnectionFailure(int error,
String reason)
onConnectionFailure in interface Parser.ListenerCopyright © 1995-2014 Webtide. All Rights Reserved.