final case class HandshakerResult(applicationProtocol: String = "", recordProtocol: String = "", keyData: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, peerIdentity: Option[Identity] = _root_.scala.None, localIdentity: Option[Identity] = _root_.scala.None, keepChannelOpen: Boolean = false, peerRpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, maxFrameSize: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[HandshakerResult] with Product with Serializable

applicationProtocol

The application protocol negotiated for this connection.

recordProtocol

The record protocol negotiated for this connection.

keyData

Cryptographic key data. The key data may be more than the key length required for the record protocol, thus the client of the handshaker service needs to truncate the key data into the right key length.

peerIdentity

The authenticated identity of the peer.

localIdentity

The local identity used in the handshake.

keepChannelOpen

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.

peerRpcVersions

The RPC protocol versions supported by the peer.

maxFrameSize

The maximum frame size of the peer.

Annotations
@SerialVersionUID()
Source
HandshakerResult.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HandshakerResult
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HandshakerResult(applicationProtocol: String = "", recordProtocol: String = "", keyData: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, peerIdentity: Option[Identity] = _root_.scala.None, localIdentity: Option[Identity] = _root_.scala.None, keepChannelOpen: Boolean = false, peerRpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, maxFrameSize: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    applicationProtocol

    The application protocol negotiated for this connection.

    recordProtocol

    The record protocol negotiated for this connection.

    keyData

    Cryptographic key data. The key data may be more than the key length required for the record protocol, thus the client of the handshaker service needs to truncate the key data into the right key length.

    peerIdentity

    The authenticated identity of the peer.

    localIdentity

    The local identity used in the handshake.

    keepChannelOpen

    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.

    peerRpcVersions

    The RPC protocol versions supported by the peer.

    maxFrameSize

    The maximum frame size of the peer.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val applicationProtocol: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearLocalIdentity: HandshakerResult
  7. def clearPeerIdentity: HandshakerResult
  8. def clearPeerRpcVersions: HandshakerResult
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def companion: HandshakerResult.type
    Definition Classes
    HandshakerResult → GeneratedMessage
  11. def discardUnknownFields: HandshakerResult
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    HandshakerResult → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    HandshakerResult → GeneratedMessage
  16. def getLocalIdentity: Identity
  17. def getPeerIdentity: Identity
  18. def getPeerRpcVersions: transport_security_common.RpcProtocolVersions
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val keepChannelOpen: Boolean
  21. val keyData: ByteString
  22. val localIdentity: Option[Identity]
  23. val maxFrameSize: Int
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. val peerIdentity: Option[Identity]
  28. val peerRpcVersions: Option[transport_security_common.RpcProtocolVersions]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val recordProtocol: String
  31. def serializedSize: Int
    Definition Classes
    HandshakerResult → GeneratedMessage
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    HandshakerResult → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[HandshakerResult, HandshakerResult]) => Mutation[HandshakerResult]*): HandshakerResult
    Definition Classes
    Updatable
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withApplicationProtocol(__v: String): HandshakerResult
  43. def withKeepChannelOpen(__v: Boolean): HandshakerResult
  44. def withKeyData(__v: ByteString): HandshakerResult
  45. def withLocalIdentity(__v: Identity): HandshakerResult
  46. def withMaxFrameSize(__v: Int): HandshakerResult
  47. def withPeerIdentity(__v: Identity): HandshakerResult
  48. def withPeerRpcVersions(__v: transport_security_common.RpcProtocolVersions): HandshakerResult
  49. def withRecordProtocol(__v: String): HandshakerResult
  50. def withUnknownFields(__v: UnknownFieldSet): HandshakerResult
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    HandshakerResult → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[HandshakerResult]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped