Uses of Interface
io.undertow.io.Receiver.PartialBytesCallback
Packages that use Receiver.PartialBytesCallback
-
Uses of Receiver.PartialBytesCallback in io.undertow.io
Methods in io.undertow.io with parameters of type Receiver.PartialBytesCallbackModifier and TypeMethodDescriptionvoid
AsyncReceiverImpl.receivePartialBytes
(Receiver.PartialBytesCallback callback) void
AsyncReceiverImpl.receivePartialBytes
(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) void
BlockingReceiverImpl.receivePartialBytes
(Receiver.PartialBytesCallback callback) void
BlockingReceiverImpl.receivePartialBytes
(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) void
Receiver.receivePartialBytes
(Receiver.PartialBytesCallback callback) Reads the request and invokes the callback with request data.void
Receiver.receivePartialBytes
(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) Reads the request and invokes the callback with request data.