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 class
HTTP2ServerConnection.ServerHttpChannelOverHTTP2
Fields in org.eclipse.jetty.http2.server with type parameters of type HttpChannelOverHTTP2 Modifier and Type Field Description private java.util.Queue<HttpChannelOverHTTP2>
HTTP2ServerConnection. channels
Methods in org.eclipse.jetty.http2.server that return HttpChannelOverHTTP2 Modifier and Type Method Description private HttpChannelOverHTTP2
HTTP2ServerConnection. pollHttpChannel()
private HttpChannelOverHTTP2
HTTP2ServerConnection. 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 void
HTTP2ServerConnection. offerHttpChannel(HttpChannelOverHTTP2 channel)
-