Builder
Specifies information about the active HTTP connection.
Content copied to clipboard
elide.http.ConnectionInfo
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 port of the connection.
Content copied to clipboard
uint32 local_port = 4;
Link copied to clipboard
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
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConnectionInfo.Builder
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
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
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard