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 void
AsyncReceiverImpl. receivePartialBytes(Receiver.PartialBytesCallback callback)
void
AsyncReceiverImpl. receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback)
void
BlockingReceiverImpl. receivePartialBytes(Receiver.PartialBytesCallback callback)
void
BlockingReceiverImpl. receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback)
void
Receiver. receivePartialBytes(Receiver.PartialBytesCallback callback)
Reads the request and invokes the callback with request data.void
Receiver. receivePartialBytes(Receiver.PartialBytesCallback callback, Receiver.ErrorCallback errorCallback)
Reads the request and invokes the callback with request data.
-