Uses of Interface
org.eclipse.jetty.server.HttpStream
Packages that use 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 ThrowableHttpStream.consumeAvailable(HttpStream stream, HttpConfiguration httpConfig) voidHttpChannel.setHttpStream(HttpStream httpStream) Set theHttpStreamto associate to this channel..Method parameters in org.eclipse.jetty.server with type arguments of type HttpStreamModifier and TypeMethodDescriptionvoidRequest.addHttpStreamWrapper(Function<HttpStream, HttpStream> wrapper) Add aHttpStream.Wrapperto the currentHttpStream.voidRequest.addHttpStreamWrapper(Function<HttpStream, HttpStream> wrapper) Add aHttpStream.Wrapperto the currentHttpStream.voidRequest.Wrapper.addHttpStreamWrapper(Function<HttpStream, HttpStream> wrapper) voidRequest.Wrapper.addHttpStreamWrapper(Function<HttpStream, HttpStream> wrapper) Constructors in org.eclipse.jetty.server with parameters of type HttpStream