Uses of Class
org.eclipse.jetty.ee8.nested.HttpChannel
Packages that use HttpChannel
-
Uses of HttpChannel in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpChannelModifier and TypeMethodDescriptionAsyncContextState.getHttpChannel()
ContextHandler.CoreContextRequest.getHttpChannel()
HttpChannelState.getHttpChannel()
HttpOutput.getHttpChannel()
Request.getHttpChannel()
Response.getHttpChannel()
Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpChannelModifier and TypeMethodDescriptionvoid
ContextHandler.handle
(HttpChannel channel) void
ContextHandler.handleAsync
(HttpChannel channel) BufferedResponseHandler.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.ee8.nested with parameters of type HttpChannelModifierConstructorDescriptionprotected
CoreContextRequest
(Request wrapped, ContextHandler.ScopedContext context, HttpChannel httpChannel) protected
HttpChannelState
(HttpChannel channel) HttpInput
(HttpChannel channel) HttpOutput
(HttpChannel channel) Request
(HttpChannel channel, HttpInput input) Response
(HttpChannel channel, HttpOutput out)