Interface Receiver.PartialBytesCallback

Enclosing interface:
Receiver

public static interface Receiver.PartialBytesCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(HttpServerExchange exchange, byte[] message, boolean last)
     
  • Method Details