类 douyin_websocket_frame

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, douyin_websocket_frameOrBuilder

public final class douyin_websocket_frame extends com.google.protobuf.GeneratedMessageV3 implements douyin_websocket_frameOrBuilder
Protobuf type tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame
另请参阅:
  • 字段详细资料

    • SEQ_ID_FIELD_NUMBER

      public static final int SEQ_ID_FIELD_NUMBER
      另请参阅:
    • LOG_ID_FIELD_NUMBER

      public static final int LOG_ID_FIELD_NUMBER
      另请参阅:
    • SERVICE_FIELD_NUMBER

      public static final int SERVICE_FIELD_NUMBER
      另请参阅:
    • METHOD_FIELD_NUMBER

      public static final int METHOD_FIELD_NUMBER
      另请参阅:
    • HEADERS_LIST_FIELD_NUMBER

      public static final int HEADERS_LIST_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_ENCODING_FIELD_NUMBER

      public static final int PAYLOAD_ENCODING_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_TYPE_FIELD_NUMBER

      public static final int PAYLOAD_TYPE_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_FIELD_NUMBER

      public static final int PAYLOAD_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      覆盖:
      internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getSeqId

      public long getSeqId()
      uint64 seq_id = 1;
      指定者:
      getSeqId 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The seqId.
    • getLogId

      public long getLogId()
      uint64 log_id = 2;
      指定者:
      getLogId 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The logId.
    • getService

      public long getService()
      uint64 service = 3;
      指定者:
      getService 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The service.
    • getMethod

      public long getMethod()
      uint64 method = 4;
      指定者:
      getMethod 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The method.
    • getHeadersListCount

      public int getHeadersListCount()
      从接口复制的说明: douyin_websocket_frameOrBuilder
      map<string, string> headers_list = 5;
      指定者:
      getHeadersListCount 在接口中 douyin_websocket_frameOrBuilder
    • containsHeadersList

      public boolean containsHeadersList(String key)
      map<string, string> headers_list = 5;
      指定者:
      containsHeadersList 在接口中 douyin_websocket_frameOrBuilder
    • getHeadersList

      @Deprecated public Map<String,String> getHeadersList()
      已过时。
      Use getHeadersListMap() instead.
      指定者:
      getHeadersList 在接口中 douyin_websocket_frameOrBuilder
    • getHeadersListMap

      public Map<String,String> getHeadersListMap()
      map<string, string> headers_list = 5;
      指定者:
      getHeadersListMap 在接口中 douyin_websocket_frameOrBuilder
    • getHeadersListOrDefault

      public String getHeadersListOrDefault(String key, String defaultValue)
      map<string, string> headers_list = 5;
      指定者:
      getHeadersListOrDefault 在接口中 douyin_websocket_frameOrBuilder
    • getHeadersListOrThrow

      public String getHeadersListOrThrow(String key)
      map<string, string> headers_list = 5;
      指定者:
      getHeadersListOrThrow 在接口中 douyin_websocket_frameOrBuilder
    • getPayloadEncoding

      public String getPayloadEncoding()
      string payload_encoding = 6;
      指定者:
      getPayloadEncoding 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The payloadEncoding.
    • getPayloadEncodingBytes

      public com.google.protobuf.ByteString getPayloadEncodingBytes()
      string payload_encoding = 6;
      指定者:
      getPayloadEncodingBytes 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The bytes for payloadEncoding.
    • getPayloadType

      public String getPayloadType()
      string payload_type = 7;
      指定者:
      getPayloadType 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The payloadType.
    • getPayloadTypeBytes

      public com.google.protobuf.ByteString getPayloadTypeBytes()
      string payload_type = 7;
      指定者:
      getPayloadTypeBytes 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The bytes for payloadType.
    • getPayload

      public com.google.protobuf.ByteString getPayload()
      bytes payload = 8;
      指定者:
      getPayload 在接口中 douyin_websocket_frameOrBuilder
      返回:
      The payload.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static douyin_websocket_frame parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static douyin_websocket_frame parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static douyin_websocket_frame parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static douyin_websocket_frame parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static douyin_websocket_frame parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static douyin_websocket_frame parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static douyin_websocket_frame parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public douyin_websocket_frame.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static douyin_websocket_frame.Builder newBuilder()
    • newBuilder

      public static douyin_websocket_frame.Builder newBuilder(douyin_websocket_frame prototype)
    • toBuilder

      public douyin_websocket_frame.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected douyin_websocket_frame.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static douyin_websocket_frame getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<douyin_websocket_frame> parser()
    • getParserForType

      public com.google.protobuf.Parser<douyin_websocket_frame> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public douyin_websocket_frame getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder