Class ListHandlesResponse

All Implemented Interfaces:
Cloneable

public class ListHandlesResponse extends AbstractResponse
Response used to forward all handles for a specific prefix. This message will usually be broken up into many messages, each of which contains a bunch of handles. Clients who receive this message should use a callback to process the continuation messages.
  • Field Details

    • handles

      public byte[][] handles
  • Constructor Details

    • ListHandlesResponse

      public ListHandlesResponse(ListHandlesRequest req, byte[][] handles) throws HandleException
      Constructor for the server side.
      Throws:
      HandleException
    • ListHandlesResponse

      public ListHandlesResponse()
      Constructor for the client side.