Uses of Class
org.eclipse.jetty.http2.server.HTTP2ServerConnection
-
Packages that use HTTP2ServerConnection Package Description org.eclipse.jetty.http2.server -
-
Uses of HTTP2ServerConnection in org.eclipse.jetty.http2.server
Fields in org.eclipse.jetty.http2.server declared as HTTP2ServerConnection Modifier and Type Field Description private HTTP2ServerConnection
HttpTransportOverHTTP2. connection
Methods in org.eclipse.jetty.http2.server that return HTTP2ServerConnection Modifier and Type Method Description protected HTTP2ServerConnection
HTTP2ServerConnectionFactory.HTTPServerSessionListener. getConnection()
Constructors in org.eclipse.jetty.http2.server with parameters of type HTTP2ServerConnection Constructor Description HttpTransportOverHTTP2(org.eclipse.jetty.server.Connector connector, HTTP2ServerConnection connection)
-