Uses of Class
io.grpc.alts.internal.HandshakerResult.Builder
Packages that use HandshakerResult.Builder
-
Uses of HandshakerResult.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type HandshakerResult.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HandshakerResult, HandshakerResult.Builder, HandshakerResultOrBuilder> HandshakerResp.Builder.resultBuilder_Methods in io.grpc.alts.internal that return HandshakerResult.BuilderModifier and TypeMethodDescriptionHandshakerResult.Builder.clear()HandshakerResult.Builder.clearApplicationProtocol()The application protocol negotiated for this connection.HandshakerResult.Builder.clearKeepChannelOpen()Indicate whether the handshaker service client should keep the channel between the handshaker service open, e.g., in order to handle post-handshake messages in the future.HandshakerResult.Builder.clearKeyData()Cryptographic key data.HandshakerResult.Builder.clearLocalIdentity()The local identity used in the handshake.HandshakerResult.Builder.clearMaxFrameSize()The maximum frame size of the peer.HandshakerResult.Builder.clearPeerIdentity()The authenticated identity of the peer.HandshakerResult.Builder.clearPeerRpcVersions()The RPC protocol versions supported by the peer.HandshakerResult.Builder.clearRecordProtocol()The record protocol negotiated for this connection.HandshakerResp.Builder.getResultBuilder()This is set iff the handshake was successful.HandshakerResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HandshakerResult.Builder.mergeFrom(com.google.protobuf.Message other) HandshakerResult.Builder.mergeFrom(HandshakerResult other) HandshakerResult.Builder.mergeLocalIdentity(Identity value) The local identity used in the handshake.HandshakerResult.Builder.mergePeerIdentity(Identity value) The authenticated identity of the peer.HandshakerResult.Builder.mergePeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.static HandshakerResult.BuilderHandshakerResult.newBuilder()static HandshakerResult.BuilderHandshakerResult.newBuilder(HandshakerResult prototype) HandshakerResult.newBuilderForType()protected HandshakerResult.BuilderHandshakerResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HandshakerResult.Builder.setApplicationProtocol(String value) The application protocol negotiated for this connection.HandshakerResult.Builder.setApplicationProtocolBytes(com.google.protobuf.ByteString value) The application protocol negotiated for this connection.HandshakerResult.Builder.setKeepChannelOpen(boolean value) Indicate whether the handshaker service client should keep the channel between the handshaker service open, e.g., in order to handle post-handshake messages in the future.HandshakerResult.Builder.setKeyData(com.google.protobuf.ByteString value) Cryptographic key data.HandshakerResult.Builder.setLocalIdentity(Identity value) The local identity used in the handshake.HandshakerResult.Builder.setLocalIdentity(Identity.Builder builderForValue) The local identity used in the handshake.HandshakerResult.Builder.setMaxFrameSize(int value) The maximum frame size of the peer.HandshakerResult.Builder.setPeerIdentity(Identity value) The authenticated identity of the peer.HandshakerResult.Builder.setPeerIdentity(Identity.Builder builderForValue) The authenticated identity of the peer.HandshakerResult.Builder.setPeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.HandshakerResult.Builder.setPeerRpcVersions(RpcProtocolVersions.Builder builderForValue) The RPC protocol versions supported by the peer.HandshakerResult.Builder.setRecordProtocol(String value) The record protocol negotiated for this connection.HandshakerResult.Builder.setRecordProtocolBytes(com.google.protobuf.ByteString value) The record protocol negotiated for this connection.HandshakerResult.toBuilder()Methods in io.grpc.alts.internal that return types with arguments of type HandshakerResult.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HandshakerResult, HandshakerResult.Builder, HandshakerResultOrBuilder> HandshakerResp.Builder.internalGetResultFieldBuilder()This is set iff the handshake was successful.Methods in io.grpc.alts.internal with parameters of type HandshakerResult.BuilderModifier and TypeMethodDescriptionHandshakerResp.Builder.setResult(HandshakerResult.Builder builderForValue) This is set iff the handshake was successful.