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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped