Uses of Interface
io.undertow.io.Receiver.FullBytesCallback
Packages that use Receiver.FullBytesCallback
-
Uses of Receiver.FullBytesCallback in io.undertow.io
Methods in io.undertow.io with parameters of type Receiver.FullBytesCallbackModifier and TypeMethodDescriptionvoid
AsyncReceiverImpl.receiveFullBytes
(Receiver.FullBytesCallback callback) void
AsyncReceiverImpl.receiveFullBytes
(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback) void
BlockingReceiverImpl.receiveFullBytes
(Receiver.FullBytesCallback callback) void
BlockingReceiverImpl.receiveFullBytes
(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback) void
Receiver.receiveFullBytes
(Receiver.FullBytesCallback callback) Reads the request and invokes the callback when the request body has been fully read.void
Receiver.receiveFullBytes
(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback) Reads the request and invokes the callback when the request body has been fully read.