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 classHttpChannelOverFCGI -
Uses of HttpChannel in org.eclipse.jetty.server
Subclasses of HttpChannel in org.eclipse.jetty.server Modifier and Type Class Description classHttpChannelOverHttpAn HttpChannel customized to be transported over the HTTP/1 protocolFields in org.eclipse.jetty.server declared as HttpChannel Modifier and Type Field Description private HttpChannelAsyncContextState. _channelprivate HttpChannelHttpChannelState. _channelprivate HttpChannelHttpOutput. _channelprivate HttpChannelHttpOutput.WriteBlocker. _channelprivate HttpChannelRequest. _channelprivate HttpChannelResponse. _channelMethods in org.eclipse.jetty.server that return HttpChannel Modifier and Type Method Description HttpChannelAsyncContextState. getHttpChannel()HttpChannelHttpChannelState. getHttpChannel()HttpChannelHttpConnection. getHttpChannel()HttpChannelHttpOutput. getHttpChannel()HttpChannelRequest. getHttpChannel()HttpChannelResponse. getHttpChannel()Methods in org.eclipse.jetty.server with parameters of type HttpChannel Modifier and Type Method Description voidServer. handle(HttpChannel channel)voidServer. 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 HttpChannelBufferedResponseHandler.ArrayBufferedInterceptor. _channelprivate HttpChannelFileBufferedResponseHandler.FileBufferedInterceptor. _channelMethods in org.eclipse.jetty.server.handler with parameters of type HttpChannel Modifier and Type Method Description protected BufferedResponseHandler.BufferedInterceptorBufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)protected BufferedResponseHandler.BufferedInterceptorFileBufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)protected booleanBufferedResponseHandler. 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 HttpChannelGzipHttpOutputInterceptor. _channelConstructors 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)
-