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 TypeClassDescriptionclassclassA sender that uses an output stream.Methods in io.undertow.io with parameters of type SenderModifier and TypeMethodDescriptionvoidDefaultIoCallback.onComplete(HttpServerExchange exchange, Sender sender) voidIoCallback.onComplete(HttpServerExchange exchange, Sender sender) voidDefaultIoCallback.onException(HttpServerExchange exchange, Sender sender, IOException exception) voidIoCallback.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 TypeMethodDescriptionvoidCachedResource.serve(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) voidPathResource.serve(Sender sender, HttpServerExchange exchange, IoCallback callback) voidResource.serve(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) Serve the resource, and call the provided callback when complete.voidURLResource.serve(Sender sender, HttpServerExchange exchange, IoCallback completionCallback) voidURLResource.serveImpl(Sender sender, HttpServerExchange exchange, long start, long end, boolean range, IoCallback completionCallback) voidCachedResource.serveRange(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback) voidPathResource.serveRange(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback callback) voidRangeAwareResource.serveRange(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback) Serve the resource, and call the provided callback when complete.voidURLResource.serveRange(Sender sender, HttpServerExchange exchange, long start, long end, IoCallback completionCallback)