Uses of Class
org.eclipse.jetty.server.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
-
Uses of HttpChannel in org.eclipse.jetty.http2.server
Modifier and TypeClassDescriptionprotected class
class
-
Uses of HttpChannel in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
An HttpChannel customized to be transported over the HTTP/1 protocolModifier and TypeMethodDescriptionAsyncContextState.getHttpChannel()
HttpChannelState.getHttpChannel()
HttpConnection.getHttpChannel()
HttpOutput.getHttpChannel()
Request.getHttpChannel()
Response.getHttpChannel()
Modifier and TypeMethodDescriptionvoid
Server.handle
(HttpChannel channel) void
Server.handleAsync
(HttpChannel channel) ModifierConstructorDescriptionprotected
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
Modifier 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
ModifierConstructorDescriptionGzipHttpOutputInterceptor
(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)