object RemoteConnection
- Source
- RemoteConnection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteConnection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(remoteAddress: InetAddress, secure: Boolean, clientCertificateChain: Option[Seq[X509Certificate]]): RemoteConnection
Create a RemoteConnection object.
- 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.