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 TypeMethodDescriptionvoidAsyncReceiverImpl.receivePartialBytes(Receiver.PartialBytesCallback callback) voidAsyncReceiverImpl.receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) voidBlockingReceiverImpl.receivePartialBytes(Receiver.PartialBytesCallback callback) voidBlockingReceiverImpl.receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) voidReceiver.receivePartialBytes(Receiver.PartialBytesCallback callback) Reads the request and invokes the callback with request data.voidReceiver.receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback) Reads the request and invokes the callback with request data.