Uses of Class
org.eclipse.jetty.http2.frames.PingFrame
-
Packages that use PingFrame Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.api org.eclipse.jetty.http2.parser -
-
Uses of PingFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type PingFrame 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)
-
Uses of PingFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type PingFrame 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 PINGframe
. -
Uses of PingFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type PingFrame Modifier and Type Method Description protected void
BodyParser. notifyPing(PingFrame frame)
void
Parser.Listener.Adapter. onPing(PingFrame frame)
void
Parser.Listener. onPing(PingFrame frame)
void
Parser.Listener.Wrapper. onPing(PingFrame frame)
-