Uses of Class
org.eclipse.jetty.ee9.nested.HttpChannel
Packages that use HttpChannel
-
Uses of HttpChannel in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return HttpChannelModifier and TypeMethodDescriptionAsyncContextState.getHttpChannel()ContextHandler.CoreContextRequest.getHttpChannel()HttpChannelState.getHttpChannel()HttpOutput.getHttpChannel()Request.getHttpChannel()Response.getHttpChannel()Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpChannelModifier and TypeMethodDescriptionvoidContextHandler.handle(HttpChannel channel) voidContextHandler.handleAsync(HttpChannel channel) voidContextHandler.handleCrossContextAsync(HttpChannel channel) A request has come in via an async dispatch from a different context.BufferedResponseHandler.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.ee9.nested with parameters of type HttpChannelModifierConstructorDescriptionprotectedCoreContextRequest(Request wrapped, ContextHandler.ScopedContext context, HttpChannel httpChannel) protectedHttpChannelState(HttpChannel channel) HttpInput(HttpChannel channel) HttpOutput(HttpChannel channel) Request(HttpChannel channel, HttpInput input) Response(HttpChannel channel, HttpOutput out)