Uses of Interface
io.undertow.io.Sender
Packages that use Sender
Package
Description
-
Uses of Sender in io.undertow.io
Classes in io.undertow.io that implement SenderModifier and TypeClassDescriptionclass
class
A sender that uses an output stream.Methods in io.undertow.io with parameters of type SenderModifier and TypeMethodDescriptionvoid
DefaultIoCallback.onComplete
(HttpServerExchange exchange, Sender sender) void
IoCallback.onComplete
(HttpServerExchange exchange, Sender sender) void
DefaultIoCallback.onException
(HttpServerExchange exchange, Sender sender, IOException exception) void
IoCallback.onException
(HttpServerExchange exchange, Sender sender, IOException exception) -
Uses of Sender in io.undertow.server
Methods in io.undertow.server that return SenderModifier and TypeMethodDescriptionHttpServerExchange.getResponseSender()
Get the response sender.BlockingHttpExchange.getSender()
Returns a sender based on the provided output stream -
Uses of Sender in io.undertow.server.handlers.cache
Classes in io.undertow.server.handlers.cache that implement SenderConstructors in io.undertow.server.handlers.cache with parameters of type SenderModifierConstructorDescriptionResponseCachingSender
(Sender delegate, DirectBufferCache.CacheEntry cacheEntry, long length) -
Uses of Sender in io.undertow.server.handlers.resource
Methods in io.undertow.server.handlers.resource with parameters of type SenderModifier and TypeMethodDescriptionvoid
CachedResource.serve
(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) void
PathResource.serve
(Sender sender, HttpServerExchange exchange, IoCallback callback) void
Resource.serve
(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) Serve the resource, and call the provided callback when complete.void
URLResource.serve
(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) void
URLResource.serveImpl
(Sender sender, HttpServerExchange exchange, long start, long end, boolean range, IoCallback completionCallback) void
CachedResource.serveRange
(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback) void
PathResource.serveRange
(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback callback) void
RangeAwareResource.serveRange
(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback) Serve the resource, and call the provided callback when complete.void
URLResource.serveRange
(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback)