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