| Package | Description |
|---|---|
| io.undertow.io |
| 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.
|
Copyright © 2018. All rights reserved.