Uses of Interface
org.eclipse.jetty.io.Content.Sink
Package
Description
Jetty Server : Modular Servlet Integration
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.client
-
Uses of Content.Sink in org.eclipse.jetty.ee10.servlet
Modifier and TypeClassDescriptionclass
A core response wrapper that carries the servlet related response state, which may be used directly by the associatedServletApiResponse
.class
AHttpServletResponse
wrapped as a coreResponse
. -
Uses of Content.Sink in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionstatic Content.Sink
Content.Sink.asBuffered
(Content.Sink sink, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) Wraps the given content sink with a buffering sink.Modifier and TypeMethodDescriptionstatic Content.Sink
Content.Sink.asBuffered
(Content.Sink sink, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) Wraps the given content sink with a buffering sink.static OutputStream
Content.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 void
Content.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 void
Content.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 void
IOResources.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 void
IOResources.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 void
Content.Sink.write
(Content.Sink sink, boolean last, String utf8Content, Callback callback) static void
Content.Sink.write
(Content.Sink sink, boolean last, ByteBuffer byteBuffer) Blocking version ofwrite(boolean, ByteBuffer, Callback)
. -
Uses of Content.Sink in org.eclipse.jetty.io.content
Modifier and TypeClassDescriptionclass
AContent.Source
that is also aContent.Sink
.class
AContent.Sink
backed by anotherContent.Sink
.ModifierConstructorDescriptionBufferedContentSink
(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.io.internal
ModifierConstructorDescriptionContentCopier
(Content.Source source, Content.Sink sink, Content.Chunk.Processor chunkProcessor, Callback callback) -
Uses of Content.Sink in org.eclipse.jetty.security
Modifier and TypeInterfaceDescriptionstatic interface
A tag interface used to identify aResponse
that 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.server
Modifier and TypeInterfaceDescriptioninterface
The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).Modifier and TypeMethodDescriptionstatic Content.Sink
Response.asBufferedSink
(Request request, Response response) Wraps aResponse
as aContent.Sink
that performs buffering. -
Uses of Content.Sink in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
protected class
-
Uses of Content.Sink in org.eclipse.jetty.server.handler.gzip
-
Uses of Content.Sink in org.eclipse.jetty.server.internal
-
Uses of Content.Sink in org.eclipse.jetty.websocket.core.server
-
Uses of Content.Sink in org.eclipse.jetty.websocket.core.server.internal
Modifier and TypeClassDescriptionclass
Upgrade response used for websocket negotiation. -
Uses of Content.Sink in org.eclipse.jetty.websocket.server
Modifier and TypeInterfaceDescriptioninterface
The HTTP response to upgrade to WebSocket. -
Uses of Content.Sink in org.eclipse.jetty.websocket.server.internal