Class ListHandlesResponse

  • All Implemented Interfaces:
    java.lang.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 Detail

      • handles

        public byte[][] handles
    • Constructor Detail

      • ListHandlesResponse

        public ListHandlesResponse()
        Constructor for the client side.