Package io.undertow.io
Interface Receiver.PartialBytesCallback
- Enclosing interface:
- Receiver
public static interface Receiver.PartialBytesCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(HttpServerExchange exchange, byte[] message, boolean last)
-
Method Details
-
handle
-