Package io.grpc.channelz.v1
Class SocketData
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.grpc.channelz.v1.SocketData
-
- All Implemented Interfaces:
Message
,MessageLite
,MessageLiteOrBuilder
,MessageOrBuilder
,SocketDataOrBuilder
,Serializable
public final class SocketData extends GeneratedMessageV3 implements SocketDataOrBuilder
SocketData is data associated for a specific Socket. The fields present are specific to the implementation, so there may be minor differences in the semantics. (e.g. flow control windows)
Protobuf typegrpc.channelz.v1.SocketData
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SocketData.Builder
SocketData is data associated for a specific Socket.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, GeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEEP_ALIVES_SENT_FIELD_NUMBER
static int
LAST_LOCAL_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
static int
LAST_MESSAGE_RECEIVED_TIMESTAMP_FIELD_NUMBER
static int
LAST_MESSAGE_SENT_TIMESTAMP_FIELD_NUMBER
static int
LAST_REMOTE_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
static int
LOCAL_FLOW_CONTROL_WINDOW_FIELD_NUMBER
static int
MESSAGES_RECEIVED_FIELD_NUMBER
static int
MESSAGES_SENT_FIELD_NUMBER
static int
OPTION_FIELD_NUMBER
static int
REMOTE_FLOW_CONTROL_WINDOW_FIELD_NUMBER
static int
STREAMS_FAILED_FIELD_NUMBER
static int
STREAMS_STARTED_FIELD_NUMBER
static int
STREAMS_SUCCEEDED_FIELD_NUMBER
-
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static SocketData
getDefaultInstance()
SocketData
getDefaultInstanceForType()
static Descriptors.Descriptor
getDescriptor()
long
getKeepAlivesSent()
The number of keep alives sent.Timestamp
getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.TimestampOrBuilder
getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint.Timestamp
getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.TimestampOrBuilder
getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.Timestamp
getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.TimestampOrBuilder
getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.Timestamp
getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.TimestampOrBuilder
getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint.Int64Value
getLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.Int64ValueOrBuilder
getLocalFlowControlWindowOrBuilder()
The amount of window, granted to the local endpoint by the remote endpoint.long
getMessagesReceived()
The number of grpc messages received on this socket.long
getMessagesSent()
The number of grpc messages successfully sent on this socket.SocketOption
getOption(int index)
Socket options set on this socket.int
getOptionCount()
Socket options set on this socket.List<SocketOption>
getOptionList()
Socket options set on this socket.SocketOptionOrBuilder
getOptionOrBuilder(int index)
Socket options set on this socket.List<? extends SocketOptionOrBuilder>
getOptionOrBuilderList()
Socket options set on this socket.Parser<SocketData>
getParserForType()
Int64Value
getRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.Int64ValueOrBuilder
getRemoteFlowControlWindowOrBuilder()
The amount of window, granted to the remote endpoint by the local endpoint.int
getSerializedSize()
long
getStreamsFailed()
The number of streams that have ended unsuccessfully: On client side, ended without receiving frame with eos bit set; On server side, ended without sending frame with eos bit set.long
getStreamsStarted()
The number of streams that have been started.long
getStreamsSucceeded()
The number of streams that have ended successfully: On client side, received frame with eos bit set; On server side, sent frame with eos bit set.int
hashCode()
boolean
hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.boolean
hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.boolean
hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.boolean
hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.boolean
hasLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.boolean
hasRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.protected GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static SocketData.Builder
newBuilder()
static SocketData.Builder
newBuilder(SocketData prototype)
SocketData.Builder
newBuilderForType()
protected SocketData.Builder
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
static SocketData
parseDelimitedFrom(InputStream input)
static SocketData
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static SocketData
parseFrom(byte[] data)
static SocketData
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static SocketData
parseFrom(ByteString data)
static SocketData
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static SocketData
parseFrom(CodedInputStream input)
static SocketData
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static SocketData
parseFrom(InputStream input)
static SocketData
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static SocketData
parseFrom(ByteBuffer data)
static SocketData
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static Parser<SocketData>
parser()
SocketData.Builder
toBuilder()
void
writeTo(CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Field Detail
-
STREAMS_STARTED_FIELD_NUMBER
public static final int STREAMS_STARTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STREAMS_SUCCEEDED_FIELD_NUMBER
public static final int STREAMS_SUCCEEDED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STREAMS_FAILED_FIELD_NUMBER
public static final int STREAMS_FAILED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGES_SENT_FIELD_NUMBER
public static final int MESSAGES_SENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGES_RECEIVED_FIELD_NUMBER
public static final int MESSAGES_RECEIVED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KEEP_ALIVES_SENT_FIELD_NUMBER
public static final int KEEP_ALIVES_SENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_LOCAL_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
public static final int LAST_LOCAL_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_REMOTE_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
public static final int LAST_REMOTE_STREAM_CREATED_TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_MESSAGE_SENT_TIMESTAMP_FIELD_NUMBER
public static final int LAST_MESSAGE_SENT_TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_MESSAGE_RECEIVED_TIMESTAMP_FIELD_NUMBER
public static final int LAST_MESSAGE_RECEIVED_TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCAL_FLOW_CONTROL_WINDOW_FIELD_NUMBER
public static final int LOCAL_FLOW_CONTROL_WINDOW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REMOTE_FLOW_CONTROL_WINDOW_FIELD_NUMBER
public static final int REMOTE_FLOW_CONTROL_WINDOW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTION_FIELD_NUMBER
public static final int OPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classGeneratedMessageV3
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3
-
getStreamsStarted
public long getStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;
- Specified by:
getStreamsStarted
in interfaceSocketDataOrBuilder
- Returns:
- The streamsStarted.
-
getStreamsSucceeded
public long getStreamsSucceeded()
The number of streams that have ended successfully: On client side, received frame with eos bit set; On server side, sent frame with eos bit set.
int64 streams_succeeded = 2;
- Specified by:
getStreamsSucceeded
in interfaceSocketDataOrBuilder
- Returns:
- The streamsSucceeded.
-
getStreamsFailed
public long getStreamsFailed()
The number of streams that have ended unsuccessfully: On client side, ended without receiving frame with eos bit set; On server side, ended without sending frame with eos bit set.
int64 streams_failed = 3;
- Specified by:
getStreamsFailed
in interfaceSocketDataOrBuilder
- Returns:
- The streamsFailed.
-
getMessagesSent
public long getMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;
- Specified by:
getMessagesSent
in interfaceSocketDataOrBuilder
- Returns:
- The messagesSent.
-
getMessagesReceived
public long getMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;
- Specified by:
getMessagesReceived
in interfaceSocketDataOrBuilder
- Returns:
- The messagesReceived.
-
getKeepAlivesSent
public long getKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;
- Specified by:
getKeepAlivesSent
in interfaceSocketDataOrBuilder
- Returns:
- The keepAlivesSent.
-
hasLastLocalStreamCreatedTimestamp
public boolean hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;
- Specified by:
hasLastLocalStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastLocalStreamCreatedTimestamp field is set.
-
getLastLocalStreamCreatedTimestamp
public Timestamp getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;
- Specified by:
getLastLocalStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastLocalStreamCreatedTimestamp.
-
getLastLocalStreamCreatedTimestampOrBuilder
public TimestampOrBuilder getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;
- Specified by:
getLastLocalStreamCreatedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastRemoteStreamCreatedTimestamp
public boolean hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;
- Specified by:
hasLastRemoteStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastRemoteStreamCreatedTimestamp field is set.
-
getLastRemoteStreamCreatedTimestamp
public Timestamp getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;
- Specified by:
getLastRemoteStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastRemoteStreamCreatedTimestamp.
-
getLastRemoteStreamCreatedTimestampOrBuilder
public TimestampOrBuilder getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;
- Specified by:
getLastRemoteStreamCreatedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastMessageSentTimestamp
public boolean hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
hasLastMessageSentTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastMessageSentTimestamp field is set.
-
getLastMessageSentTimestamp
public Timestamp getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
getLastMessageSentTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastMessageSentTimestamp.
-
getLastMessageSentTimestampOrBuilder
public TimestampOrBuilder getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
getLastMessageSentTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastMessageReceivedTimestamp
public boolean hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
hasLastMessageReceivedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastMessageReceivedTimestamp field is set.
-
getLastMessageReceivedTimestamp
public Timestamp getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
getLastMessageReceivedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastMessageReceivedTimestamp.
-
getLastMessageReceivedTimestampOrBuilder
public TimestampOrBuilder getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
getLastMessageReceivedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLocalFlowControlWindow
public boolean hasLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;
- Specified by:
hasLocalFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- Whether the localFlowControlWindow field is set.
-
getLocalFlowControlWindow
public Int64Value getLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;
- Specified by:
getLocalFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- The localFlowControlWindow.
-
getLocalFlowControlWindowOrBuilder
public Int64ValueOrBuilder getLocalFlowControlWindowOrBuilder()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;
- Specified by:
getLocalFlowControlWindowOrBuilder
in interfaceSocketDataOrBuilder
-
hasRemoteFlowControlWindow
public boolean hasRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;
- Specified by:
hasRemoteFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- Whether the remoteFlowControlWindow field is set.
-
getRemoteFlowControlWindow
public Int64Value getRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;
- Specified by:
getRemoteFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- The remoteFlowControlWindow.
-
getRemoteFlowControlWindowOrBuilder
public Int64ValueOrBuilder getRemoteFlowControlWindowOrBuilder()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;
- Specified by:
getRemoteFlowControlWindowOrBuilder
in interfaceSocketDataOrBuilder
-
getOptionList
public List<SocketOption> getOptionList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOptionList
in interfaceSocketDataOrBuilder
-
getOptionOrBuilderList
public List<? extends SocketOptionOrBuilder> getOptionOrBuilderList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOptionOrBuilderList
in interfaceSocketDataOrBuilder
-
getOptionCount
public int getOptionCount()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOptionCount
in interfaceSocketDataOrBuilder
-
getOption
public SocketOption getOption(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOption
in interfaceSocketDataOrBuilder
-
getOptionOrBuilder
public SocketOptionOrBuilder getOptionOrBuilder(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOptionOrBuilder
in interfaceSocketDataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3
-
writeTo
public void writeTo(CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfaceMessageLite
- Overrides:
writeTo
in classGeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceMessageLite
- Overrides:
getSerializedSize
in classGeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceMessage
- Overrides:
equals
in classAbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceMessage
- Overrides:
hashCode
in classAbstractMessage
-
parseFrom
public static SocketData parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SocketData parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SocketData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SocketData parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SocketData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static SocketData parseFrom(CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SocketData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public SocketData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceMessage
- Specified by:
newBuilderForType
in interfaceMessageLite
-
newBuilder
public static SocketData.Builder newBuilder()
-
newBuilder
public static SocketData.Builder newBuilder(SocketData prototype)
-
toBuilder
public SocketData.Builder toBuilder()
- Specified by:
toBuilder
in interfaceMessage
- Specified by:
toBuilder
in interfaceMessageLite
-
newBuilderForType
protected SocketData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classGeneratedMessageV3
-
getDefaultInstance
public static SocketData getDefaultInstance()
-
parser
public static Parser<SocketData> parser()
-
getParserForType
public Parser<SocketData> getParserForType()
- Specified by:
getParserForType
in interfaceMessage
- Specified by:
getParserForType
in interfaceMessageLite
- Overrides:
getParserForType
in classGeneratedMessageV3
-
getDefaultInstanceForType
public SocketData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
-