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

Inherited from Updatable[HandshakerResult]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped