Class Protocol.Command.Builder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Protocol.CommandOrBuilder, java.lang.Cloneable
    Enclosing class:
    Protocol.Command

    public static final class Protocol.Command.Builder
    extends com.google.protobuf.GeneratedMessageLite.Builder<Protocol.Command,​Protocol.Command.Builder>
    implements Protocol.CommandOrBuilder
     Command sent from a client to a server.
     ProtocolVersion1 uses id, method and params fields.
     ProtocolVersion2 uses id and one of the possible request messages.
     
    Protobuf type centrifugal.centrifuge.protocol.Command