Uses of Class
org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
-
Packages that use HttpTransportOverHTTP2 Package Description org.eclipse.jetty.http2.server -
-
Uses of HttpTransportOverHTTP2 in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return HttpTransportOverHTTP2 Modifier and Type Method Description HttpTransportOverHTTP2
HttpChannelOverHTTP2. getHttpTransport()
Methods in org.eclipse.jetty.http2.server with parameters of type HttpTransportOverHTTP2 Modifier and Type Method Description protected HTTP2ServerConnection.ServerHttpChannelOverHTTP2
HTTP2ServerConnection. newServerHttpChannelOverHTTP2(Connector connector, HttpConfiguration httpConfig, HttpTransportOverHTTP2 transport)
Constructors in org.eclipse.jetty.http2.server with parameters of type HttpTransportOverHTTP2 Constructor Description HttpChannelOverHTTP2(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport)
ServerHttpChannelOverHTTP2(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport)
-