Packages

p

io.grpc.alts.internal

altscontext

package altscontext

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AltsContext(applicationProtocol: String = "", recordProtocol: String = "", securityLevel: transport_security_common.SecurityLevel = io.grpc.alts.internal.transport_security_common.SecurityLevel.SECURITY_NONE, peerServiceAccount: String = "", localServiceAccount: String = "", peerRpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, peerAttributes: Map[String, String] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AltsContext] with Product with Serializable

    applicationProtocol

    The application protocol negotiated for this connection.

    recordProtocol

    The record protocol negotiated for this connection.

    securityLevel

    The security level of the created secure channel.

    peerServiceAccount

    The peer service account.

    localServiceAccount

    The local service account.

    peerRpcVersions

    The RPC protocol versions supported by the peer.

    peerAttributes

    Additional attributes of the peer.

    Annotations
    @SerialVersionUID()

Ungrouped