ConnectionInfoOrBuilder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the local address of the connection.
Content copied to clipboard
string local_address = 2;
Link copied to clipboard
Specifies the local address of the connection.
Content copied to clipboard
string local_address = 2;
Link copied to clipboard
Specifies the local port of the connection.
Content copied to clipboard
uint32 local_port = 4;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
Specifies the remote address of the connection.
Content copied to clipboard
string remote_address = 1;
Link copied to clipboard
Specifies the remote address of the connection.
Content copied to clipboard
string remote_address = 1;
Link copied to clipboard
Specifies the remote port of the connection.
Content copied to clipboard
uint32 remote_port = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard