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.http2.server
Subclasses of HttpChannel in org.eclipse.jetty.http2.serverModifier and TypeClassDescriptionprotected class
class
-
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 protocolMethods 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) -
Uses of HttpChannel in org.eclipse.jetty.server.handler
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) -
Uses of HttpChannel in org.eclipse.jetty.server.handler.gzip
Constructors 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)