Uses of Class
org.eclipse.jetty.server.HttpChannel
-
Packages that use HttpChannel Package Description org.eclipse.jetty.fcgi.server org.eclipse.jetty.http2.server org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.server
Subclasses of HttpChannel in org.eclipse.jetty.fcgi.server Modifier and Type Class Description class
HttpChannelOverFCGI
-
Uses of HttpChannel in org.eclipse.jetty.http2.server
Subclasses of HttpChannel in org.eclipse.jetty.http2.server Modifier and Type Class Description protected class
HTTP2ServerConnection.ServerHttpChannelOverHTTP2
class
HttpChannelOverHTTP2
-
Uses of HttpChannel in org.eclipse.jetty.server
Subclasses of HttpChannel in org.eclipse.jetty.server Modifier and Type Class Description class
HttpChannelOverHttp
An HttpChannel customized to be transported over the HTTP/1 protocolMethods in org.eclipse.jetty.server that return HttpChannel Modifier and Type Method Description HttpChannel
AsyncContextState. getHttpChannel()
HttpChannel
HttpChannelState. getHttpChannel()
HttpChannel
HttpConnection. getHttpChannel()
HttpChannel
HttpOutput. getHttpChannel()
HttpChannel
Request. getHttpChannel()
HttpChannel
Response. getHttpChannel()
Methods in org.eclipse.jetty.server with parameters of type HttpChannel Modifier and Type Method Description void
Server. handle(HttpChannel channel)
void
Server. handleAsync(HttpChannel channel)
Constructors in org.eclipse.jetty.server with parameters of type HttpChannel Constructor Description HttpChannelState(HttpChannel channel)
HttpOutput(HttpChannel channel)
Request(HttpChannel channel, HttpInput input)
Response(HttpChannel channel, HttpOutput out)
-
Uses of HttpChannel in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type HttpChannel Modifier and Type Method Description protected BufferedResponseHandler.BufferedInterceptor
BufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)
protected BufferedResponseHandler.BufferedInterceptor
FileBufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)
protected boolean
BufferedResponseHandler. shouldBuffer(HttpChannel channel, boolean last)
-
Uses of HttpChannel in org.eclipse.jetty.server.handler.gzip
Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpChannel Constructor Description GzipHttpOutputInterceptor(GzipFactory factory, HttpField vary, int bufferSize, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)
GzipHttpOutputInterceptor(GzipFactory factory, HttpField vary, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)
GzipHttpOutputInterceptor(GzipFactory factory, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)
-