Uses of Class
org.eclipse.jetty.server.HttpChannel
-
Packages that use HttpChannel Package Description org.eclipse.jetty.fcgi.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.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 protocolFields in org.eclipse.jetty.server declared as HttpChannel Modifier and Type Field Description private HttpChannel
AsyncContextState. _channel
private HttpChannel
HttpChannelState. _channel
private HttpChannel
HttpOutput. _channel
private HttpChannel
HttpOutput.WriteBlocker. _channel
private HttpChannel
Request. _channel
private HttpChannel
Response. _channel
Methods 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)
WriteBlocker(HttpChannel channel)
-
Uses of HttpChannel in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as HttpChannel Modifier and Type Field Description private HttpChannel
BufferedResponseHandler.ArrayBufferedInterceptor. _channel
private HttpChannel
FileBufferedResponseHandler.FileBufferedInterceptor. _channel
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)
Constructors in org.eclipse.jetty.server.handler with parameters of type HttpChannel Constructor Description ArrayBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)
FileBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)
-
Uses of HttpChannel in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip declared as HttpChannel Modifier and Type Field Description private HttpChannel
GzipHttpOutputInterceptor. _channel
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)
-