Uses of Interface
io.grpc.alts.internal.EndpointOrBuilder
-
Packages that use EndpointOrBuilder Package Description io.grpc.alts.internal -
-
Uses of EndpointOrBuilder in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement EndpointOrBuilder Modifier and Type Class Description class
Endpoint
Protobuf typegrpc.gcp.Endpoint
static class
Endpoint.Builder
Protobuf typegrpc.gcp.Endpoint
Fields in io.grpc.alts.internal with type parameters of type EndpointOrBuilder 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 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 EndpointOrBuilder Modifier and Type Method Description EndpointOrBuilder
StartClientHandshakeReq.Builder. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartClientHandshakeReq. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartClientHandshakeReqOrBuilder. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReq.Builder. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReq. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReqOrBuilder. getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilder
StartClientHandshakeReq.Builder. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilder
StartClientHandshakeReq. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilder
StartClientHandshakeReqOrBuilder. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReq.Builder. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReq. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.EndpointOrBuilder
StartServerHandshakeReqOrBuilder. getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.Methods in io.grpc.alts.internal that return types with arguments of type EndpointOrBuilder 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.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.
-