Uses of Interface
io.undertow.io.Receiver.FullBytesCallback
-
Packages that use Receiver.FullBytesCallback Package Description io.undertow.io -
-
Uses of Receiver.FullBytesCallback in io.undertow.io
Methods in io.undertow.io with parameters of type Receiver.FullBytesCallback Modifier and Type Method Description voidAsyncReceiverImpl. receiveFullBytes(Receiver.FullBytesCallback callback)voidAsyncReceiverImpl. receiveFullBytes(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback)voidBlockingReceiverImpl. receiveFullBytes(Receiver.FullBytesCallback callback)voidBlockingReceiverImpl. receiveFullBytes(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback)voidReceiver. receiveFullBytes(Receiver.FullBytesCallback callback)Reads the request and invokes the callback when the request body has been fully read.voidReceiver. receiveFullBytes(Receiver.FullBytesCallback callback, Receiver.ErrorCallback errorCallback)Reads the request and invokes the callback when the request body has been fully read.
-