Uses of Class
org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
-
Packages that use HttpChannelOverHTTP2 Package Description org.eclipse.jetty.http2.server -
-
Uses of HttpChannelOverHTTP2 in org.eclipse.jetty.http2.server
Subclasses of HttpChannelOverHTTP2 in org.eclipse.jetty.http2.server Modifier and Type Class Description protected classHTTP2ServerConnection.ServerHttpChannelOverHTTP2Fields in org.eclipse.jetty.http2.server with type parameters of type HttpChannelOverHTTP2 Modifier and Type Field Description private java.util.Queue<HttpChannelOverHTTP2>HTTP2ServerConnection. channelsMethods in org.eclipse.jetty.http2.server that return HttpChannelOverHTTP2 Modifier and Type Method Description private HttpChannelOverHTTP2HTTP2ServerConnection. pollHttpChannel()private HttpChannelOverHTTP2HTTP2ServerConnection. provideHttpChannel(org.eclipse.jetty.server.Connector connector, IStream stream)Methods in org.eclipse.jetty.http2.server with parameters of type HttpChannelOverHTTP2 Modifier and Type Method Description private voidHTTP2ServerConnection. offerHttpChannel(HttpChannelOverHTTP2 channel)
-