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 classEndpointProtobuf typegrpc.gcp.Endpointstatic classEndpoint.BuilderProtobuf typegrpc.gcp.EndpointFields 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 EndpointOrBuilderStartClientHandshakeReq.Builder. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilderStartClientHandshakeReq. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilderStartClientHandshakeReqOrBuilder. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReq.Builder. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReq. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReqOrBuilder. getLocalEndpointOrBuilder()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilderStartClientHandshakeReq.Builder. getRemoteEndpointOrBuilder()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilderStartClientHandshakeReq. getRemoteEndpointOrBuilder()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilderStartClientHandshakeReqOrBuilder. getRemoteEndpointOrBuilder()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReq.Builder. getRemoteEndpointOrBuilder()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReq. getRemoteEndpointOrBuilder()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.EndpointOrBuilderStartServerHandshakeReqOrBuilder. 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.
-