Interface WebSocketServerMessage.WebSocketExceptionDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      Structured exception data
      String getMessage()
      optional string message = 4;
      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 4;
      int getProtocolVersion()
      optional uint32 protocolVersion = 1;
      int getSequenceNumber()
      allow for -1
      String getType()
      optional string type = 3;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      boolean hasData()
      Structured exception data
      boolean hasMessage()
      optional string message = 4;
      boolean hasProtocolVersion()
      optional uint32 protocolVersion = 1;
      boolean hasSequenceNumber()
      allow for -1
      boolean hasType()
      optional string type = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasProtocolVersion

        boolean hasProtocolVersion()
        optional uint32 protocolVersion = 1;
      • getProtocolVersion

        int getProtocolVersion()
        optional uint32 protocolVersion = 1;
      • hasSequenceNumber

        boolean hasSequenceNumber()
         allow for -1
         
        optional int32 sequenceNumber = 2;
      • getSequenceNumber

        int getSequenceNumber()
         allow for -1
         
        optional int32 sequenceNumber = 2;
      • hasType

        boolean hasType()
        optional string type = 3;
      • getType

        String getType()
        optional string type = 3;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 3;
      • hasMessage

        boolean hasMessage()
        optional string message = 4;
      • getMessage

        String getMessage()
        optional string message = 4;
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        optional string message = 4;
      • hasData

        boolean hasData()
         Structured exception data
         
        optional bytes data = 5;
      • getData

        com.google.protobuf.ByteString getData()
         Structured exception data
         
        optional bytes data = 5;