Uses of Class
io.grpc.alts.internal.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type Endpoint.BuilderModifier and TypeFieldDescriptionprivate 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.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.Builder
Endpoint.newBuilder()
static Endpoint.Builder
Endpoint.newBuilder
(Endpoint prototype) Endpoint.newBuilderForType()
protected Endpoint.Builder
Endpoint.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 that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionprivate 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.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.