ConnectionInfo
Specifies information about the active HTTP connection.
Content copied to clipboard
elide.http.ConnectionInfo
Types
Properties
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
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
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
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConnectionInfo
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConnectionInfo
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard