Uses of Interface
org.eclipse.jetty.server.HttpChannel
Package
Description
Jetty Server : Core Server API
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.server.internal
ModifierConstructorDescriptionHttpStreamOverFCGI
(ServerFCGIConnection connection, ServerGenerator generator, HttpChannel httpChannel, int id) -
Uses of HttpChannel in org.eclipse.jetty.http2.server.internal
ModifierConstructorDescriptionHttpStreamOverHTTP2
(HTTP2ServerConnection connection, HttpChannel httpChannel, HTTP2Stream stream) -
Uses of HttpChannel in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionstatic HttpChannel
HttpChannel.DefaultFactory.newHttpChannel
(ConnectionMetaData connectionMetaData) HttpChannel.Factory.newHttpChannel
(ConnectionMetaData connectionMetaData) -
Uses of HttpChannel in org.eclipse.jetty.server.internal
Modifier and TypeClassDescriptionclass
A Channel represents a sequence of request cycles from the same connection with only a single request cycle may be active at once for each channel.Modifier and TypeMethodDescriptionHttpConnection.getHttpChannel()
protected HttpChannel
HttpConnection.newHttpChannel
(Server server, HttpConfiguration configuration)