Packages

c

io.grpc.channelz.v1

SocketData

final class SocketData extends GeneratedMessageV3 with 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 type grpc.channelz.v1.SocketData

Source
SocketData.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SocketData
  2. SocketDataOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    SocketData → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDefaultInstanceForType(): SocketData
    Definition Classes
    SocketData → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  15. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  16. def getKeepAlivesSent(): Long

    The number of keep alives sent.  This is typically implemented with HTTP/2
    ping messages.
    

    The number of keep alives sent.  This is typically implemented with HTTP/2
    ping messages.
    

    int64 keep_alives_sent = 6;

    returns

    The keepAlivesSent.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  17. def getLastLocalStreamCreatedTimestamp(): Timestamp

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

    returns

    The lastLocalStreamCreatedTimestamp.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  18. def getLastLocalStreamCreatedTimestampOrBuilder(): TimestampOrBuilder

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  19. def getLastMessageReceivedTimestamp(): Timestamp

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

    returns

    The lastMessageReceivedTimestamp.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  20. def getLastMessageReceivedTimestampOrBuilder(): TimestampOrBuilder

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  21. def getLastMessageSentTimestamp(): Timestamp

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

    returns

    The lastMessageSentTimestamp.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  22. def getLastMessageSentTimestampOrBuilder(): TimestampOrBuilder

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  23. def getLastRemoteStreamCreatedTimestamp(): Timestamp

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

    returns

    The lastRemoteStreamCreatedTimestamp.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  24. def getLastRemoteStreamCreatedTimestampOrBuilder(): TimestampOrBuilder

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  25. def getLocalFlowControlWindow(): Int64Value

    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.
    

    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;

    returns

    The localFlowControlWindow.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  26. def getLocalFlowControlWindowOrBuilder(): Int64ValueOrBuilder

    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.
    

    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;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  27. def getMessagesReceived(): Long

    The number of grpc messages received on this socket.
    

    The number of grpc messages received on this socket.
    

    int64 messages_received = 5;

    returns

    The messagesReceived.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  28. def getMessagesSent(): Long

    The number of grpc messages successfully sent on this socket.
    

    The number of grpc messages successfully sent on this socket.
    

    int64 messages_sent = 4;

    returns

    The messagesSent.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  29. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  30. def getOption(index: Int): SocketOption

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  31. def getOptionCount(): Int

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  32. def getOptionList(): List[SocketOption]

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  33. def getOptionOrBuilder(index: Int): SocketOptionOrBuilder

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  34. def getOptionOrBuilderList(): List[_ <: SocketOptionOrBuilder]

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  35. def getParserForType(): Parser[SocketData]
    Definition Classes
    SocketData → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  36. def getRemoteFlowControlWindow(): Int64Value

    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.
    

    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;

    returns

    The remoteFlowControlWindow.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  37. def getRemoteFlowControlWindowOrBuilder(): Int64ValueOrBuilder

    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.
    

    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;

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  38. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  39. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  40. def getSerializedSize(): Int
    Definition Classes
    SocketData → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  41. def getStreamsFailed(): Long

    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.
    

    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;

    returns

    The streamsFailed.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  42. def getStreamsStarted(): Long

    The number of streams that have been started.
    

    The number of streams that have been started.
    

    int64 streams_started = 1;

    returns

    The streamsStarted.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  43. def getStreamsSucceeded(): Long

    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.
    

    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;

    returns

    The streamsSucceeded.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  44. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  45. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  46. def hasLastLocalStreamCreatedTimestamp(): Boolean

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

    returns

    Whether the lastLocalStreamCreatedTimestamp field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  47. def hasLastMessageReceivedTimestamp(): Boolean

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

    returns

    Whether the lastMessageReceivedTimestamp field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  48. def hasLastMessageSentTimestamp(): Boolean

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

    returns

    Whether the lastMessageSentTimestamp field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  49. def hasLastRemoteStreamCreatedTimestamp(): Boolean

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

    returns

    Whether the lastRemoteStreamCreatedTimestamp field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  50. def hasLocalFlowControlWindow(): Boolean

    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.
    

    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;

    returns

    Whether the localFlowControlWindow field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  51. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  52. def hasRemoteFlowControlWindow(): Boolean

    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.
    

    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;

    returns

    Whether the remoteFlowControlWindow field is set.

    Definition Classes
    SocketDataSocketDataOrBuilder
    Annotations
    @Override()
  53. def hashCode(): Int
    Definition Classes
    SocketData → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  54. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    SocketData → GeneratedMessageV3
    Annotations
    @Override()
  55. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  56. final def isInitialized(): Boolean
    Definition Classes
    SocketData → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. def makeExtensionsImmutable(): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  59. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    SocketData → GeneratedMessageV3
    Annotations
    @Override()
  62. def newBuilderForType(): Builder
    Definition Classes
    SocketData → Message → MessageLite
    Annotations
    @Override()
  63. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  64. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    SocketData → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  68. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  69. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  70. def toBuilder(): Builder
    Definition Classes
    SocketData → Message → MessageLite
    Annotations
    @Override()
  71. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  72. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  73. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  77. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  78. def writeReplace(): AnyRef
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  79. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    SocketData → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  80. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from SocketDataOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped