Packages

t

loci.communicator.tcp

TCPSetupFactory

trait TCPSetupFactory extends Implementation[TCP] with ConnectionSetupParser with SimpleConnectionSetupProperties

Self Type
TCP.type
Linear Supertypes
SimpleConnectionSetupProperties, ConnectionSetupParser, Implementation[TCP], ConnectionSetupFactory[TCP], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TCPSetupFactory
  2. SimpleConnectionSetupProperties
  3. ConnectionSetupParser
  4. Implementation
  5. ConnectionSetupFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Properties
    Definition Classes
    ConnectionSetupParser
  2. implicit class PropertiesParsingOp extends AnyRef
    Attributes
    protected
    Definition Classes
    ConnectionSetupParser
  3. abstract class PropertyParser[T] extends AnyRef
    Attributes
    protected
    Definition Classes
    ConnectionSetupParser
  4. abstract class PropertyParserTry[T] extends PropertyParser[T]
    Attributes
    protected
    Definition Classes
    ConnectionSetupParser

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def and[C >: TCP <: ProtocolCommon](other: ConnectionSetupFactory[C]): ConnectionSetupFactory[C]
    Definition Classes
    ConnectionSetupFactory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def connector(url: String, scheme: String, location: String, properties: TCP.Properties): Option[Connector[TCP]]
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  8. final def connector(url: String, props: ConnectionSetupFactory.Properties): Option[Connector[TCP]]
    Definition Classes
    Implementation → ConnectionSetupFactory
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def listener(url: String, scheme: String, location: String, properties: TCP.Properties): Option[Listener[TCP]]
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  15. final def listener(url: String, props: ConnectionSetupFactory.Properties): Option[Listener[TCP]]
    Definition Classes
    Implementation → ConnectionSetupFactory
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def parse(location: String): (Option[String], Option[Int])
    Attributes
    protected
  20. def properties(implicit props: ConnectionSetupFactory.Properties): TCP.Properties
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  21. val schemes: Seq[String]
    Definition Classes
    TCPSetupFactory → ConnectionSetupFactory
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. implicit object booleanParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Boolean]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  28. implicit object byteListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Byte]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  29. implicit object byteParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Byte]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  30. implicit object doubleListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Double]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  31. implicit object doubleParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Double]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  32. implicit object durationListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Duration]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  33. implicit object durationParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Duration]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  34. implicit object finiteDurationListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[FiniteDuration]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  35. implicit object finiteDurationParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[FiniteDuration]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  36. implicit object floatListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Float]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  37. implicit object floatParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Float]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  38. implicit object intListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Int]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  39. implicit object intParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Int]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  40. implicit object longListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Long]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  41. implicit object longParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Long]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  42. implicit object shortListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Short]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  43. implicit object shortParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Short]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  44. implicit object stringListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[String]]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties
  45. implicit object stringParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[String]
    Attributes
    protected
    Definition Classes
    SimpleConnectionSetupProperties

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SimpleConnectionSetupProperties

Inherited from ConnectionSetupParser

Inherited from Implementation[TCP]

Inherited from ConnectionSetupFactory[TCP]

Inherited from AnyRef

Inherited from Any

Ungrouped