final case class StartServerHandshakeReq(applicationProtocols: Seq[String] = _root_.scala.Seq.empty, handshakeParameters: Map[Int, ServerHandshakeParameters] = _root_.scala.collection.immutable.Map.empty, inBytes: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localEndpoint: Option[Endpoint] = _root_.scala.None, remoteEndpoint: Option[Endpoint] = _root_.scala.None, rpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, maxFrameSize: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StartServerHandshakeReq] with Product with Serializable

applicationProtocols

The application protocols supported by the server, e.g., "h2" (for http2), "grpc".

handshakeParameters

Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.

inBytes

Bytes in out_frames returned from the peer's HandshakerResp. It is possible that the peer's out_frames are split into multiple HandshakReq messages.

localEndpoint

(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.

remoteEndpoint

(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.

rpcVersions

(Optional) RPC protocol versions supported by the server.

maxFrameSize

(Optional) Maximum frame size supported by the server.

Annotations
@SerialVersionUID()
Source
StartServerHandshakeReq.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StartServerHandshakeReq
  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 StartServerHandshakeReq(applicationProtocols: Seq[String] = _root_.scala.Seq.empty, handshakeParameters: Map[Int, ServerHandshakeParameters] = _root_.scala.collection.immutable.Map.empty, inBytes: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localEndpoint: Option[Endpoint] = _root_.scala.None, remoteEndpoint: Option[Endpoint] = _root_.scala.None, rpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, maxFrameSize: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    applicationProtocols

    The application protocols supported by the server, e.g., "h2" (for http2), "grpc".

    handshakeParameters

    Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.

    inBytes

    Bytes in out_frames returned from the peer's HandshakerResp. It is possible that the peer's out_frames are split into multiple HandshakReq messages.

    localEndpoint

    (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.

    remoteEndpoint

    (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.

    rpcVersions

    (Optional) RPC protocol versions supported by the server.

    maxFrameSize

    (Optional) Maximum frame size supported by the server.

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. def addAllApplicationProtocols(__vs: Iterable[String]): StartServerHandshakeReq
  5. def addAllHandshakeParameters(__vs: Iterable[(Int, ServerHandshakeParameters)]): StartServerHandshakeReq
  6. def addApplicationProtocols(__vs: String*): StartServerHandshakeReq
  7. def addHandshakeParameters(__vs: (Int, ServerHandshakeParameters)*): StartServerHandshakeReq
  8. val applicationProtocols: Seq[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearApplicationProtocols: StartServerHandshakeReq
  11. def clearHandshakeParameters: StartServerHandshakeReq
  12. def clearLocalEndpoint: StartServerHandshakeReq
  13. def clearRemoteEndpoint: StartServerHandshakeReq
  14. def clearRpcVersions: StartServerHandshakeReq
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  16. def companion: StartServerHandshakeReq.type
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  17. def discardUnknownFields: StartServerHandshakeReq
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  22. def getLocalEndpoint: Endpoint
  23. def getRemoteEndpoint: Endpoint
  24. def getRpcVersions: transport_security_common.RpcProtocolVersions
  25. val handshakeParameters: Map[Int, ServerHandshakeParameters]
  26. val inBytes: ByteString
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val localEndpoint: Option[Endpoint]
  29. val maxFrameSize: Int
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val remoteEndpoint: Option[Endpoint]
  35. val rpcVersions: Option[transport_security_common.RpcProtocolVersions]
  36. def serializedSize: Int
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[StartServerHandshakeReq, StartServerHandshakeReq]) => Mutation[StartServerHandshakeReq]*): StartServerHandshakeReq
    Definition Classes
    Updatable
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withApplicationProtocols(__v: Seq[String]): StartServerHandshakeReq
  48. def withHandshakeParameters(__v: Map[Int, ServerHandshakeParameters]): StartServerHandshakeReq
  49. def withInBytes(__v: ByteString): StartServerHandshakeReq
  50. def withLocalEndpoint(__v: Endpoint): StartServerHandshakeReq
  51. def withMaxFrameSize(__v: Int): StartServerHandshakeReq
  52. def withRemoteEndpoint(__v: Endpoint): StartServerHandshakeReq
  53. def withRpcVersions(__v: transport_security_common.RpcProtocolVersions): StartServerHandshakeReq
  54. def withUnknownFields(__v: UnknownFieldSet): StartServerHandshakeReq
  55. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  56. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    StartServerHandshakeReq → GeneratedMessage
  57. 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 GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped