Uses of Class
io.grpc.alts.internal.HandshakerResult
Packages that use HandshakerResult
-
Uses of HandshakerResult in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return HandshakerResultModifier and TypeMethodDescriptionHandshakerResult.Builder.build()HandshakerResult.Builder.buildPartial()static HandshakerResultHandshakerResult.getDefaultInstance()HandshakerResult.Builder.getDefaultInstanceForType()HandshakerResult.getDefaultInstanceForType()HandshakerResp.Builder.getResult()This is set iff the handshake was successful. out_frames may still be set to frames that needs to be forwarded to the peer.HandshakerResp.getResult()This is set iff the handshake was successful. out_frames may still be set to frames that needs to be forwarded to the peer.HandshakerRespOrBuilder.getResult()This is set iff the handshake was successful. out_frames may still be set to frames that needs to be forwarded to the peer.static HandshakerResultHandshakerResult.parseDelimitedFrom(InputStream input) static HandshakerResultHandshakerResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerResultHandshakerResult.parseFrom(byte[] data) static HandshakerResultHandshakerResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerResultHandshakerResult.parseFrom(com.google.protobuf.ByteString data) static HandshakerResultHandshakerResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerResultHandshakerResult.parseFrom(com.google.protobuf.CodedInputStream input) static HandshakerResultHandshakerResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerResultHandshakerResult.parseFrom(InputStream input) static HandshakerResultHandshakerResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerResultHandshakerResult.parseFrom(ByteBuffer data) static HandshakerResultHandshakerResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type HandshakerResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HandshakerResult> HandshakerResult.getParserForType()static com.google.protobuf.Parser<HandshakerResult> HandshakerResult.parser()Methods in io.grpc.alts.internal with parameters of type HandshakerResultModifier and TypeMethodDescriptionHandshakerResult.Builder.mergeFrom(HandshakerResult other) HandshakerResp.Builder.mergeResult(HandshakerResult value) This is set iff the handshake was successful. out_frames may still be set to frames that needs to be forwarded to the peer.static HandshakerResult.BuilderHandshakerResult.newBuilder(HandshakerResult prototype) HandshakerResp.Builder.setResult(HandshakerResult value) This is set iff the handshake was successful. out_frames may still be set to frames that needs to be forwarded to the peer.Constructors in io.grpc.alts.internal with parameters of type HandshakerResultModifierConstructorDescriptionAltsInternalContext(HandshakerResult result) Create a new AltsInternalContext.