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 voidHTTP2Session. notifyPing(Session session, PingFrame frame)voidHTTP2Session. onPing(PingFrame frame)voidHTTP2Session. 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 voidSession.Listener.Adapter. onPing(Session session, PingFrame frame)voidSession.Listener. onPing(Session session, PingFrame frame)Callback method invoked when a PING frame has been received.voidSession. 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 voidBodyParser. notifyPing(PingFrame frame)voidParser.Listener.Adapter. onPing(PingFrame frame)voidParser.Listener. onPing(PingFrame frame)voidParser.Listener.Wrapper. onPing(PingFrame frame)
-