Uses of Interface
io.undertow.io.Receiver.PartialBytesCallback
-
Packages that use Receiver.PartialBytesCallback Package Description io.undertow.io -
-
Uses of Receiver.PartialBytesCallback in io.undertow.io
Methods in io.undertow.io with parameters of type Receiver.PartialBytesCallback Modifier and Type Method Description voidAsyncReceiverImpl. 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.
-