Uses of Class
io.grpc.alts.internal.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description io.grpc.alts.internal -
-
Uses of Endpoint.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type Endpoint.Builder 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 Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. clear()Endpoint.BuilderEndpoint.Builder. clearIpAddress()IP address.Endpoint.BuilderEndpoint.Builder. clearPort()Port number.Endpoint.BuilderEndpoint.Builder. clearProtocol()Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.BuilderStartClientHandshakeReq.Builder. getLocalEndpointBuilder()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.Endpoint.BuilderStartServerHandshakeReq.Builder. getLocalEndpointBuilder()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.Endpoint.BuilderStartClientHandshakeReq.Builder. getRemoteEndpointBuilder()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.Endpoint.BuilderStartServerHandshakeReq.Builder. getRemoteEndpointBuilder()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.Endpoint.BuilderEndpoint.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Endpoint.BuilderEndpoint.Builder. mergeFrom(com.google.protobuf.Message other)Endpoint.BuilderEndpoint.Builder. mergeFrom(Endpoint other)static Endpoint.BuilderEndpoint. newBuilder()static Endpoint.BuilderEndpoint. newBuilder(Endpoint prototype)Endpoint.BuilderEndpoint. newBuilderForType()protected Endpoint.BuilderEndpoint. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)Endpoint.BuilderEndpoint.Builder. setIpAddress(java.lang.String value)IP address.Endpoint.BuilderEndpoint.Builder. setIpAddressBytes(com.google.protobuf.ByteString value)IP address.Endpoint.BuilderEndpoint.Builder. setPort(int value)Port number.Endpoint.BuilderEndpoint.Builder. setProtocol(NetworkProtocol value)Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.BuilderEndpoint.Builder. setProtocolValue(int value)Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.BuilderEndpoint. toBuilder()Methods in io.grpc.alts.internal that return types with arguments of type Endpoint.Builder 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.Methods in io.grpc.alts.internal with parameters of type Endpoint.Builder Modifier and Type Method Description StartClientHandshakeReq.BuilderStartClientHandshakeReq.Builder. setLocalEndpoint(Endpoint.Builder builderForValue)(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.BuilderStartServerHandshakeReq.Builder. setLocalEndpoint(Endpoint.Builder builderForValue)(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.BuilderStartClientHandshakeReq.Builder. setRemoteEndpoint(Endpoint.Builder builderForValue)(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.BuilderStartServerHandshakeReq.Builder. setRemoteEndpoint(Endpoint.Builder builderForValue)(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
-