SocketData.Builder |
SocketData.Builder.addAllOption(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.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
|
SocketData.Builder |
SocketData.Builder.clear() |
|
SocketData.Builder |
SocketData.Builder.clearField(Descriptors.FieldDescriptor field) |
|
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.clearOneof(Descriptors.OneofDescriptor oneof) |
|
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 |
SocketData.Builder.clone() |
|
SocketData.Builder |
Socket.Builder.getDataBuilder() |
Data specific to this Socket.
|
SocketData.Builder |
SocketData.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
SocketData.Builder |
SocketData.Builder.mergeFrom(Message other) |
|
SocketData.Builder |
SocketData.Builder.mergeFrom(SocketData other) |
|
SocketData.Builder |
SocketData.Builder.mergeLastLocalStreamCreatedTimestamp(Timestamp value) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastMessageReceivedTimestamp(Timestamp value) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastMessageSentTimestamp(Timestamp value) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLastRemoteStreamCreatedTimestamp(Timestamp value) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeLocalFlowControlWindow(Int64Value value) |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeRemoteFlowControlWindow(Int64Value value) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static SocketData.Builder |
SocketData.newBuilder() |
|
static SocketData.Builder |
SocketData.newBuilder(SocketData prototype) |
|
SocketData.Builder |
SocketData.newBuilderForType() |
|
protected SocketData.Builder |
SocketData.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
SocketData.Builder |
SocketData.Builder.removeOption(int index) |
Socket options set on this socket.
|
SocketData.Builder |
SocketData.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
|
SocketData.Builder |
SocketData.Builder.setKeepAlivesSent(long value) |
The number of keep alives sent.
|
SocketData.Builder |
SocketData.Builder.setLastLocalStreamCreatedTimestamp(Timestamp value) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastLocalStreamCreatedTimestamp(Timestamp.Builder builderForValue) |
The last time a stream was created by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageReceivedTimestamp(Timestamp value) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageReceivedTimestamp(Timestamp.Builder builderForValue) |
The last time a message was received by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageSentTimestamp(Timestamp value) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastMessageSentTimestamp(Timestamp.Builder builderForValue) |
The last time a message was sent by this endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastRemoteStreamCreatedTimestamp(Timestamp value) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLastRemoteStreamCreatedTimestamp(Timestamp.Builder builderForValue) |
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLocalFlowControlWindow(Int64Value value) |
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
SocketData.Builder.setLocalFlowControlWindow(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(Int64Value value) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.setRemoteFlowControlWindow(Int64Value.Builder builderForValue) |
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
SocketData.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
|
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.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
SocketData.Builder |
SocketData.toBuilder() |
|