Uses of Class
org.eclipse.jetty.server.HttpChannel
Packages that use HttpChannel
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.server
Subclasses of HttpChannel in org.eclipse.jetty.fcgi.server -
Uses of HttpChannel in org.eclipse.jetty.server
Subclasses of HttpChannel in org.eclipse.jetty.serverModifier and TypeClassDescriptionclassAn HttpChannel customized to be transported over the HTTP/1 protocolFields in org.eclipse.jetty.server declared as HttpChannelModifier and TypeFieldDescriptionprivate final HttpChannelAsyncContextState._channelprivate final HttpChannelHttpChannelState._channelprivate final HttpChannelHttpOutput._channelprivate final HttpChannelHttpOutput.WriteBlocker._channelprivate final HttpChannelRequest._channelprivate final HttpChannelResponse._channelMethods in org.eclipse.jetty.server that return HttpChannelModifier and TypeMethodDescriptionAsyncContextState.getHttpChannel()HttpChannelState.getHttpChannel()HttpConnection.getHttpChannel()HttpOutput.getHttpChannel()Request.getHttpChannel()Response.getHttpChannel()Methods in org.eclipse.jetty.server with parameters of type HttpChannelModifier and TypeMethodDescriptionvoidServer.handle(HttpChannel channel) voidServer.handleAsync(HttpChannel channel) Constructors in org.eclipse.jetty.server with parameters of type HttpChannelModifierConstructorDescriptionprotectedHttpChannelState(HttpChannel channel) HttpOutput(HttpChannel channel) Request(HttpChannel channel, HttpInput input) Response(HttpChannel channel, HttpOutput out) privateWriteBlocker(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as HttpChannelModifier and TypeFieldDescriptionprivate final HttpChannelBufferedResponseHandler.ArrayBufferedInterceptor._channelprivate final HttpChannelFileBufferedResponseHandler.FileBufferedInterceptor._channelMethods in org.eclipse.jetty.server.handler with parameters of type HttpChannelModifier and TypeMethodDescriptionBufferedResponseHandler.newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) FileBufferedResponseHandler.newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) protected booleanBufferedResponseHandler.shouldBuffer(HttpChannel channel, boolean last) Constructors in org.eclipse.jetty.server.handler with parameters of type HttpChannelModifierConstructorDescriptionArrayBufferedInterceptor(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 HttpChannelConstructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpChannelModifierConstructorDescriptionGzipHttpOutputInterceptor(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)