Uses of Class
org.eclipse.jetty.http2.frames.GoAwayFrame
-
Packages that use GoAwayFrame Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.api org.eclipse.jetty.http2.client.http org.eclipse.jetty.http2.parser org.eclipse.jetty.http2.server -
-
Uses of GoAwayFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type GoAwayFrame Modifier and Type Method Description protected voidHTTP2Session. notifyClose(Session session, GoAwayFrame frame, Callback callback)voidHTTP2Session. onGoAway(GoAwayFrame frame)This method is called when receiving a GO_AWAY from the other peer. -
Uses of GoAwayFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type GoAwayFrame Modifier and Type Method Description voidSession.Listener.Adapter. onClose(Session session, GoAwayFrame frame)voidSession.Listener. onClose(Session session, GoAwayFrame frame)default voidSession.Listener. onClose(Session session, GoAwayFrame frame, Callback callback)Callback method invoked when a GOAWAY frame has been received. -
Uses of GoAwayFrame in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type GoAwayFrame Modifier and Type Method Description protected voidHttpClientTransportOverHTTP2. onClose(HttpConnectionOverHTTP2 connection, GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type GoAwayFrame Modifier and Type Method Description protected voidBodyParser. notifyGoAway(GoAwayFrame frame)voidParser.Listener.Adapter. onGoAway(GoAwayFrame frame)voidParser.Listener. onGoAway(GoAwayFrame frame)voidParser.Listener.Wrapper. onGoAway(GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type GoAwayFrame Modifier and Type Method Description voidHTTP2ServerConnectionFactory.HTTPServerSessionListener. onClose(Session session, GoAwayFrame frame, Callback callback)
-