Uses of Class
io.grpc.alts.internal.Endpoint
-
Packages that use Endpoint Package Description io.grpc.alts.internal -
-
Uses of Endpoint in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as Endpoint Modifier and Type Field Description private static Endpoint
Endpoint. DEFAULT_INSTANCE
private Endpoint
StartClientHandshakeReq.Builder. localEndpoint_
private Endpoint
StartClientHandshakeReq. localEndpoint_
private Endpoint
StartServerHandshakeReq.Builder. localEndpoint_
private Endpoint
StartServerHandshakeReq. localEndpoint_
private Endpoint
StartClientHandshakeReq.Builder. remoteEndpoint_
private Endpoint
StartClientHandshakeReq. remoteEndpoint_
private Endpoint
StartServerHandshakeReq.Builder. remoteEndpoint_
private Endpoint
StartServerHandshakeReq. remoteEndpoint_
Fields in io.grpc.alts.internal with type parameters of type Endpoint Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartClientHandshakeReq.Builder. localEndpointBuilder_
private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartServerHandshakeReq.Builder. localEndpointBuilder_
private static com.google.protobuf.Parser<Endpoint>
Endpoint. PARSER
private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartClientHandshakeReq.Builder. remoteEndpointBuilder_
private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartServerHandshakeReq.Builder. remoteEndpointBuilder_
Methods in io.grpc.alts.internal that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Endpoint
Endpoint.Builder. buildPartial()
static Endpoint
Endpoint. getDefaultInstance()
Endpoint
Endpoint.Builder. getDefaultInstanceForType()
Endpoint
Endpoint. getDefaultInstanceForType()
Endpoint
StartClientHandshakeReq.Builder. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.Endpoint
StartClientHandshakeReq. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.Endpoint
StartClientHandshakeReqOrBuilder. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.Endpoint
StartServerHandshakeReq.Builder. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.Endpoint
StartServerHandshakeReq. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.Endpoint
StartServerHandshakeReqOrBuilder. getLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.Endpoint
StartClientHandshakeReq.Builder. getRemoteEndpoint()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.Endpoint
StartClientHandshakeReq. getRemoteEndpoint()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.Endpoint
StartClientHandshakeReqOrBuilder. getRemoteEndpoint()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.Endpoint
StartServerHandshakeReq.Builder. getRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.Endpoint
StartServerHandshakeReq. getRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.Endpoint
StartServerHandshakeReqOrBuilder. getRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.static Endpoint
Endpoint. parseDelimitedFrom(java.io.InputStream input)
static Endpoint
Endpoint. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(byte[] data)
static Endpoint
Endpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(java.io.InputStream input)
static Endpoint
Endpoint. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(java.nio.ByteBuffer data)
static Endpoint
Endpoint. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.alts.internal that return types with arguments of type Endpoint Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartClientHandshakeReq.Builder. getLocalEndpointFieldBuilder()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartServerHandshakeReq.Builder. getLocalEndpointFieldBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.com.google.protobuf.Parser<Endpoint>
Endpoint. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartClientHandshakeReq.Builder. getRemoteEndpointFieldBuilder()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.private com.google.protobuf.SingleFieldBuilder<Endpoint,Endpoint.Builder,EndpointOrBuilder>
StartServerHandshakeReq.Builder. getRemoteEndpointFieldBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.static com.google.protobuf.Parser<Endpoint>
Endpoint. parser()
Methods in io.grpc.alts.internal with parameters of type Endpoint Modifier and Type Method Description private void
Endpoint.Builder. buildPartial0(Endpoint result)
Endpoint.Builder
Endpoint.Builder. mergeFrom(Endpoint other)
StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. mergeLocalEndpoint(Endpoint value)
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder
StartServerHandshakeReq.Builder. mergeLocalEndpoint(Endpoint value)
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. mergeRemoteEndpoint(Endpoint value)
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder
StartServerHandshakeReq.Builder. mergeRemoteEndpoint(Endpoint value)
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.static Endpoint.Builder
Endpoint. newBuilder(Endpoint prototype)
StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. setLocalEndpoint(Endpoint value)
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder
StartServerHandshakeReq.Builder. setLocalEndpoint(Endpoint value)
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. setRemoteEndpoint(Endpoint value)
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder
StartServerHandshakeReq.Builder. setRemoteEndpoint(Endpoint value)
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
-