Uses of Interface
org.eclipse.jetty.io.Content.Sink
Packages that use Content.Sink
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty IO : Core classes for Jetty IO subsystem
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
- 
Uses of Content.Sink in org.eclipse.jetty.clientClasses in org.eclipse.jetty.client that implement Content.Sink
- 
Uses of Content.Sink in org.eclipse.jetty.ee10.servletClasses in org.eclipse.jetty.ee10.servlet that implement Content.SinkModifier and TypeClassDescriptionclassA core response wrapper that carries the servlet related response state, which may be used directly by the associatedServletApiResponse.classAHttpServletResponsewrapped as a coreResponse.
- 
Uses of Content.Sink in org.eclipse.jetty.ee8.nestedClasses in org.eclipse.jetty.ee8.nested that implement Content.Sink
- 
Uses of Content.Sink in org.eclipse.jetty.ee9.nestedClasses in org.eclipse.jetty.ee9.nested that implement Content.Sink
- 
Uses of Content.Sink in org.eclipse.jetty.ioMethods in org.eclipse.jetty.io that return Content.SinkModifier and TypeMethodDescriptionstatic Content.SinkContent.Sink.asBuffered(Content.Sink sink, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) Wraps the given content sink with a buffering sink.Methods in org.eclipse.jetty.io with parameters of type Content.SinkModifier and TypeMethodDescriptionstatic Content.SinkContent.Sink.asBuffered(Content.Sink sink, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) Wraps the given content sink with a buffering sink.static OutputStreamContent.Sink.asOutputStream(Content.Sink sink) Wraps the given content sink with anOutputStream.static Flow.Subscriber<Content.Chunk> Content.Sink.asSubscriber(Content.Sink sink, Callback callback) Wraps the given content sink with aFlow.Subscriber.static voidContent.copy(Content.Source source, Content.Sink sink, Content.Chunk.Processor chunkProcessor, Callback callback) Copies the given content source to the given content sink, notifying the given callback when the copy is complete.static voidContent.copy(Content.Source source, Content.Sink sink, Callback callback) Copies the given content source to the given content sink, notifying the given callback when the copy is complete (either succeeded or failed).static voidIOResources.copy(Resource resource, Content.Sink sink, ByteBufferPool bufferPool, int bufferSize, boolean direct, long first, long length, Callback callback) Performs an asynchronous copy of a subset of the contents of a resource to a sink, using the given buffer pool and buffer characteristics.static voidIOResources.copy(Resource resource, Content.Sink sink, ByteBufferPool bufferPool, int bufferSize, boolean direct, Callback callback) Performs an asynchronous copy of the contents of a resource to a sink, using the given buffer pool and buffer characteristics.static voidContent.Sink.write(Content.Sink sink, boolean last, String utf8Content, Callback callback) static voidContent.Sink.write(Content.Sink sink, boolean last, ByteBuffer byteBuffer) Blocking version ofContent.Sink.write(boolean, ByteBuffer, Callback).
- 
Uses of Content.Sink in org.eclipse.jetty.io.contentClasses in org.eclipse.jetty.io.content that implement Content.SinkModifier and TypeClassDescriptionclassAContent.Sourcethat is also aContent.Sink.classAContent.Sinkbacked by anotherContent.Sink.Constructors in org.eclipse.jetty.io.content with parameters of type Content.SinkModifierConstructorDescriptionBufferedContentSink(Content.Sink delegate, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) ContentSinkSubscriber(Content.Sink sink, Callback callback) 
- 
Uses of Content.Sink in org.eclipse.jetty.securitySubinterfaces of Content.Sink in org.eclipse.jetty.securityModifier and TypeInterfaceDescriptionstatic interfaceA tag interface used to identify aResponsethat might be passed toAuthenticator.validateRequest(Request, Response, Callback)while doing deferred authentication when a challenge cannot be sent.
- 
Uses of Content.Sink in org.eclipse.jetty.serverSubinterfaces of Content.Sink in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptioninterfaceThe representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).Classes in org.eclipse.jetty.server that implement Content.SinkMethods in org.eclipse.jetty.server that return Content.SinkModifier and TypeMethodDescriptionstatic Content.SinkResponse.asBufferedSink(Request request, Response response) Wraps aResponseas aContent.Sinkthat performs buffering.
- 
Uses of Content.Sink in org.eclipse.jetty.server.handlerClasses in org.eclipse.jetty.server.handler that implement Content.SinkModifier and TypeClassDescriptionclassprotected class
- 
Uses of Content.Sink in org.eclipse.jetty.server.handler.gzipClasses in org.eclipse.jetty.server.handler.gzip that implement Content.Sink
- 
Uses of Content.Sink in org.eclipse.jetty.websocket.core.serverSubinterfaces of Content.Sink in org.eclipse.jetty.websocket.core.server
- 
Uses of Content.Sink in org.eclipse.jetty.websocket.serverSubinterfaces of Content.Sink in org.eclipse.jetty.websocket.serverModifier and TypeInterfaceDescriptioninterfaceThe HTTP response to upgrade to WebSocket.