Uses of Class
io.grpc.alts.internal.ServerHandshakeParameters
Packages that use ServerHandshakeParameters
-
Uses of ServerHandshakeParameters in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return ServerHandshakeParametersModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.build()ServerHandshakeParameters.Builder.buildPartial()static ServerHandshakeParametersServerHandshakeParameters.getDefaultInstance()ServerHandshakeParameters.Builder.getDefaultInstanceForType()ServerHandshakeParameters.getDefaultInstanceForType()StartServerHandshakeReq.Builder.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReqOrBuilder.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.Builder.getHandshakeParametersOrThrow(int key) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.getHandshakeParametersOrThrow(int key) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReqOrBuilder.getHandshakeParametersOrThrow(int key) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.static ServerHandshakeParametersServerHandshakeParameters.parseDelimitedFrom(InputStream input) static ServerHandshakeParametersServerHandshakeParameters.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(byte[] data) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(com.google.protobuf.ByteString data) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(com.google.protobuf.CodedInputStream input) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(InputStream input) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(ByteBuffer data) static ServerHandshakeParametersServerHandshakeParameters.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type ServerHandshakeParametersModifier and TypeMethodDescriptionStartServerHandshakeReq.Builder.getHandshakeParameters()Deprecated.StartServerHandshakeReq.getHandshakeParameters()Deprecated.StartServerHandshakeReqOrBuilder.getHandshakeParameters()Deprecated.StartServerHandshakeReq.Builder.getHandshakeParametersMap()Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.getHandshakeParametersMap()Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReqOrBuilder.getHandshakeParametersMap()Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.Builder.getMutableHandshakeParameters()Deprecated.com.google.protobuf.Parser<ServerHandshakeParameters> ServerHandshakeParameters.getParserForType()static com.google.protobuf.Parser<ServerHandshakeParameters> ServerHandshakeParameters.parser()Methods in io.grpc.alts.internal with parameters of type ServerHandshakeParametersModifier and TypeMethodDescriptionStartServerHandshakeReq.Builder.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReqOrBuilder.getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.ServerHandshakeParameters.Builder.mergeFrom(ServerHandshakeParameters other) ServerHandshakeParameters.newBuilder(ServerHandshakeParameters prototype) StartServerHandshakeReq.Builder.putHandshakeParameters(int key, ServerHandshakeParameters value) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.Method parameters in io.grpc.alts.internal with type arguments of type ServerHandshakeParametersModifier and TypeMethodDescriptionStartServerHandshakeReq.Builder.putAllHandshakeParameters(Map<Integer, ServerHandshakeParameters> values) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.