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.Builder
Endpoint.Builder. clear()
Endpoint.Builder
Endpoint.Builder. clearIpAddress()
IP address.Endpoint.Builder
Endpoint.Builder. clearPort()
Port number.Endpoint.Builder
Endpoint.Builder. clearProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.Builder
StartClientHandshakeReq.Builder. getLocalEndpointBuilder()
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.Endpoint.Builder
StartServerHandshakeReq.Builder. getLocalEndpointBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.Endpoint.Builder
StartClientHandshakeReq.Builder. getRemoteEndpointBuilder()
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.Endpoint.Builder
StartServerHandshakeReq.Builder. getRemoteEndpointBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.Endpoint.Builder
Endpoint.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Endpoint.Builder
Endpoint.Builder. mergeFrom(com.google.protobuf.Message other)
Endpoint.Builder
Endpoint.Builder. mergeFrom(Endpoint other)
static Endpoint.Builder
Endpoint. newBuilder()
static Endpoint.Builder
Endpoint. newBuilder(Endpoint prototype)
Endpoint.Builder
Endpoint. newBuilderForType()
protected Endpoint.Builder
Endpoint. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Endpoint.Builder
Endpoint.Builder. setIpAddress(java.lang.String value)
IP address.Endpoint.Builder
Endpoint.Builder. setIpAddressBytes(com.google.protobuf.ByteString value)
IP address.Endpoint.Builder
Endpoint.Builder. setPort(int value)
Port number.Endpoint.Builder
Endpoint.Builder. setProtocol(NetworkProtocol value)
Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.Builder
Endpoint.Builder. setProtocolValue(int value)
Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.Builder
Endpoint. 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.Builder
StartClientHandshakeReq.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
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
StartClientHandshakeReq.Builder. setRemoteEndpoint(Endpoint.Builder builderForValue)
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder
StartServerHandshakeReq.Builder. setRemoteEndpoint(Endpoint.Builder builderForValue)
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
-