Uses of Class
io.grpc.alts.internal.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return EndpointModifier and TypeMethodDescriptionEndpoint.Builder.build()Endpoint.Builder.buildPartial()static EndpointEndpoint.getDefaultInstance()Endpoint.Builder.getDefaultInstanceForType()Endpoint.getDefaultInstanceForType()StartClientHandshakeReq.Builder.getLocalEndpoint()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartClientHandshakeReq.getLocalEndpoint()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartClientHandshakeReqOrBuilder.getLocalEndpoint()(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.getLocalEndpoint()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReq.getLocalEndpoint()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReqOrBuilder.getLocalEndpoint()(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.Builder.getRemoteEndpoint()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartClientHandshakeReq.getRemoteEndpoint()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartClientHandshakeReqOrBuilder.getRemoteEndpoint()(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.getRemoteEndpoint()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReq.getRemoteEndpoint()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReqOrBuilder.getRemoteEndpoint()(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.static EndpointEndpoint.parseDelimitedFrom(InputStream input) static EndpointEndpoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EndpointEndpoint.parseFrom(byte[] data) static EndpointEndpoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EndpointEndpoint.parseFrom(com.google.protobuf.ByteString data) static EndpointEndpoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EndpointEndpoint.parseFrom(com.google.protobuf.CodedInputStream input) static EndpointEndpoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EndpointEndpoint.parseFrom(InputStream input) static EndpointEndpoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EndpointEndpoint.parseFrom(ByteBuffer data) static EndpointEndpoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type EndpointModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Endpoint> Endpoint.getParserForType()static com.google.protobuf.Parser<Endpoint> Endpoint.parser()Methods in io.grpc.alts.internal with parameters of type EndpointModifier and TypeMethodDescriptionStartClientHandshakeReq.Builder.mergeLocalEndpoint(Endpoint value) (Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.mergeLocalEndpoint(Endpoint value) (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.Builder.mergeRemoteEndpoint(Endpoint value) (Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.mergeRemoteEndpoint(Endpoint value) (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.static Endpoint.BuilderEndpoint.newBuilder(Endpoint prototype) StartClientHandshakeReq.Builder.setLocalEndpoint(Endpoint value) (Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setLocalEndpoint(Endpoint value) (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartClientHandshakeReq.Builder.setRemoteEndpoint(Endpoint value) (Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setRemoteEndpoint(Endpoint value) (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.