Packages

object TLSRole

Many protocols are asymmetric and distinguish between the client and the server, where the latter listens passively for messages and the former actively initiates the exchange.

Source
SslTlsOptions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TLSRole
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def client: TLSRole

    Java API: obtain the Client singleton value.

  2. def server: TLSRole

    Java API: obtain the Server singleton value.