SocketData.Builder |
SocketData.Builder.addAllOption(java.lang.Iterable<? extends SocketOption> values) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.addOption(int index,
SocketOption value) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.addOption(int index,
SocketOption.Builder builderForValue) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.addOption(SocketOption value) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.addOption(SocketOption.Builder builderForValue) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.clear() |
|
SocketData.Builder |
SocketData.Builder.clearKeepAlivesSent() |
The number of keep alives sent.
|
SocketData.Builder |
SocketData.Builder.clearLastLocalStreamCreatedTimestamp() |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.clearLastMessageReceivedTimestamp() |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.clearLastMessageSentTimestamp() |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.clearLastRemoteStreamCreatedTimestamp() |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.clearLocalFlowControlWindow() |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.clearMessagesReceived() |
The number of grpc messages received on this socket.
|
SocketData.Builder |
SocketData.Builder.clearMessagesSent() |
The number of grpc messages successfully sent on this socket.
|
SocketData.Builder |
SocketData.Builder.clearOption() |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.clearRemoteFlowControlWindow() |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.clearStreamsFailed() |
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.
|
SocketData.Builder |
SocketData.Builder.clearStreamsStarted() |
The number of streams that have been started.
|
SocketData.Builder |
SocketData.Builder.clearStreamsSucceeded() |
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.
|
SocketData.Builder |
Socket.Builder.getDataBuilder() |
Data specific to this Socket.
|
SocketData.Builder |
SocketData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SocketData.Builder |
SocketData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SocketData.Builder |
SocketData.Builder.mergeFrom(SocketData other) |
|
SocketData.Builder |
SocketData.Builder.mergeLastLocalStreamCreatedTimestamp(com.google.protobuf.Timestamp value) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastMessageReceivedTimestamp(com.google.protobuf.Timestamp value) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastMessageSentTimestamp(com.google.protobuf.Timestamp value) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastRemoteStreamCreatedTimestamp(com.google.protobuf.Timestamp value) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLocalFlowControlWindow(com.google.protobuf.Int64Value value) |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeRemoteFlowControlWindow(com.google.protobuf.Int64Value value) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
static SocketData.Builder |
SocketData.newBuilder() |
|
static SocketData.Builder |
SocketData.newBuilder(SocketData prototype) |
|
SocketData.Builder |
SocketData.newBuilderForType() |
|
protected SocketData.Builder |
SocketData.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
SocketData.Builder |
SocketData.Builder.removeOption(int index) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.setKeepAlivesSent(long value) |
The number of keep alives sent.
|
SocketData.Builder |
SocketData.Builder.setLastLocalStreamCreatedTimestamp(com.google.protobuf.Timestamp value) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastLocalStreamCreatedTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageReceivedTimestamp(com.google.protobuf.Timestamp value) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageReceivedTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageSentTimestamp(com.google.protobuf.Timestamp value) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageSentTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastRemoteStreamCreatedTimestamp(com.google.protobuf.Timestamp value) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastRemoteStreamCreatedTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLocalFlowControlWindow(com.google.protobuf.Int64Value value) |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLocalFlowControlWindow(com.google.protobuf.Int64Value.Builder builderForValue) |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setMessagesReceived(long value) |
The number of grpc messages received on this socket.
|
SocketData.Builder |
SocketData.Builder.setMessagesSent(long value) |
The number of grpc messages successfully sent on this socket.
|
SocketData.Builder |
SocketData.Builder.setOption(int index,
SocketOption value) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.setOption(int index,
SocketOption.Builder builderForValue) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.setRemoteFlowControlWindow(com.google.protobuf.Int64Value value) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.setRemoteFlowControlWindow(com.google.protobuf.Int64Value.Builder builderForValue) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.setStreamsFailed(long value) |
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.
|
SocketData.Builder |
SocketData.Builder.setStreamsStarted(long value) |
The number of streams that have been started.
|
SocketData.Builder |
SocketData.Builder.setStreamsSucceeded(long value) |
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.
|
SocketData.Builder |
SocketData.toBuilder() |
|