Uses of Interface
org.eclipse.jetty.server.HttpStream
Packages that use HttpStream
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Server API
-
Uses of HttpStream in org.eclipse.jetty.ee10.servlet
Method parameters in org.eclipse.jetty.ee10.servlet with type arguments of type HttpStreamModifier and TypeMethodDescriptionvoid
ServletCoreRequest.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) void
ServletCoreRequest.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) -
Uses of HttpStream in org.eclipse.jetty.fcgi.server.internal
Classes in org.eclipse.jetty.fcgi.server.internal that implement HttpStream -
Uses of HttpStream in org.eclipse.jetty.http2.server.internal
Classes in org.eclipse.jetty.http2.server.internal that implement HttpStream -
Uses of HttpStream in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpStreamMethods in org.eclipse.jetty.server that return HttpStreamMethods in org.eclipse.jetty.server with parameters of type HttpStreamModifier and TypeMethodDescriptionstatic Throwable
HttpStream.consumeAvailable
(HttpStream stream, HttpConfiguration httpConfig) void
HttpChannel.setHttpStream
(HttpStream httpStream) Set theHttpStream
to associate to this channel..Method parameters in org.eclipse.jetty.server with type arguments of type HttpStreamModifier and TypeMethodDescriptionvoid
Request.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) Add aHttpStream.Wrapper
to the currentHttpStream
.void
Request.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) Add aHttpStream.Wrapper
to the currentHttpStream
.void
Request.Wrapper.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) void
Request.Wrapper.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) Constructors in org.eclipse.jetty.server with parameters of type HttpStream -
Uses of HttpStream in org.eclipse.jetty.server.internal
Classes in org.eclipse.jetty.server.internal that implement HttpStreamModifier and TypeClassDescriptionclass
A HttpStream wrapper that keeps a list of listeners.protected class
Methods in org.eclipse.jetty.server.internal that return HttpStreamModifier and TypeMethodDescriptionCompletionStreamWrapper.addListener
(Consumer<Throwable> listener) HttpChannelState.getHttpStream()
Methods in org.eclipse.jetty.server.internal with parameters of type HttpStreamMethod parameters in org.eclipse.jetty.server.internal with type arguments of type HttpStreamModifier and TypeMethodDescriptionvoid
HttpChannelState.addHttpStreamWrapper
(Function<HttpStream, HttpStream> onStreamEvent) void
HttpChannelState.addHttpStreamWrapper
(Function<HttpStream, HttpStream> onStreamEvent) void
HttpChannelState.ChannelRequest.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) void
HttpChannelState.ChannelRequest.addHttpStreamWrapper
(Function<HttpStream, HttpStream> wrapper) Constructors in org.eclipse.jetty.server.internal with parameters of type HttpStreamModifierConstructorDescriptionCompletionStreamWrapper
(HttpStream stream, Consumer<Throwable> listener)