Interface CometDRequest.Input

Enclosing interface:
CometDRequest

public static interface CometDRequest.Input

The source of the request body.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Request content bytes with the indication of whether they are the last.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    demand(Runnable demandCallback)
    Demands to invoke the given callback when request content bytes are available.
    Reads request content bytes into a CometDRequest.Input.Chunk.