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 void
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.
-