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 TypeClassDescriptionclass
An HttpChannel customized to be transported over the HTTP/1 protocolFields in org.eclipse.jetty.server declared as HttpChannelModifier and TypeFieldDescriptionprivate final HttpChannel
AsyncContextState._channel
private final HttpChannel
HttpChannelState._channel
private final HttpChannel
HttpOutput._channel
private final HttpChannel
HttpOutput.WriteBlocker._channel
private final HttpChannel
Request._channel
private final HttpChannel
Response._channel
Methods 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 TypeMethodDescriptionvoid
Server.handle
(HttpChannel channel) void
Server.handleAsync
(HttpChannel channel) Constructors in org.eclipse.jetty.server with parameters of type HttpChannelModifierConstructorDescriptionprotected
HttpChannelState
(HttpChannel channel) HttpOutput
(HttpChannel channel) Request
(HttpChannel channel, HttpInput input) Response
(HttpChannel channel, HttpOutput out) private
WriteBlocker
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as HttpChannelModifier and TypeFieldDescriptionprivate final HttpChannel
BufferedResponseHandler.ArrayBufferedInterceptor._channel
private final HttpChannel
FileBufferedResponseHandler.FileBufferedInterceptor._channel
Methods 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 boolean
BufferedResponseHandler.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)