Type Members
-
case class
Properties(heartbeatDelay: FiniteDuration = 3.seconds, heartbeatTimeout: FiniteDuration = 10.seconds, noDelay: Boolean = true) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
and[C >: TCP <: ProtocolCommon](other: ConnectionSetupFactory[C]): ConnectionSetupFactory[C]
-
def
apply(host: String, port: Int, properties: Properties): Connector[TCP]
-
def
apply(host: String, port: Int): Connector[TCP]
-
def
apply(port: Int, interface: String, properties: Properties): Listener[TCP]
-
def
apply(port: Int, properties: Properties): Listener[TCP]
-
def
apply(port: Int, interface: String): Listener[TCP]
-
def
apply(port: Int): Listener[TCP]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
connector(url: String, scheme: String, location: String, properties: Properties): None.type
-
final
def
connector(url: String, props: ConnectionSetupFactory.Properties): Option[Connector[TCP]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
listener(url: String, scheme: String, location: String, properties: Properties): None.type
-
final
def
listener(url: String, props: ConnectionSetupFactory.Properties): Option[Listener[TCP]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
properties(implicit props: ConnectionSetupFactory.Properties): Properties
-
val
schemes: Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unapply(tcp: TCP): Some[(String, Int)]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Implementation[TCP]
Inherited from ConnectionSetupFactory[TCP]
Inherited from AnyRef
Inherited from Any