object RemoteConnection

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

Value Members

  1. def apply(remoteAddress: InetAddress, secure: Boolean, clientCertificateChain: Option[Seq[X509Certificate]]): RemoteConnection

    Create a RemoteConnection object.

  2. def apply(remoteAddressString: String, secure: Boolean, clientCertificateChain: Option[Seq[X509Certificate]]): RemoteConnection

    Create a RemoteConnection object.

    Create a RemoteConnection object. The address string is parsed lazily.