Trait

loci.communicator

SimpleConnectionSetupProperties

Related Doc: package communicator

Permalink

trait SimpleConnectionSetupProperties extends AnyRef

Self Type
SimpleConnectionSetupProperties with ConnectionSetupParser
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleConnectionSetupProperties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit object booleanParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Boolean]

    Permalink
    Attributes
    protected
  6. implicit object byteListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Byte]]

    Permalink
    Attributes
    protected
  7. implicit object byteParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Byte]

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. implicit object doubleListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Double]]

    Permalink
    Attributes
    protected
  10. implicit object doubleParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Double]

    Permalink
    Attributes
    protected
  11. implicit object durationListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Duration]]

    Permalink
    Attributes
    protected
  12. implicit object durationParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Duration]

    Permalink
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit object finiteDurationListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[FiniteDuration]]

    Permalink
    Attributes
    protected
  16. implicit object finiteDurationParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[FiniteDuration]

    Permalink
    Attributes
    protected
  17. implicit object floatListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Float]]

    Permalink
    Attributes
    protected
  18. implicit object floatParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Float]

    Permalink
    Attributes
    protected
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. implicit object intListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Int]]

    Permalink
    Attributes
    protected
  22. implicit object intParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Int]

    Permalink
    Attributes
    protected
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit object longListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Long]]

    Permalink
    Attributes
    protected
  25. implicit object longParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Long]

    Permalink
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. implicit object shortListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[Short]]

    Permalink
    Attributes
    protected
  30. implicit object shortParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[Short]

    Permalink
    Attributes
    protected
  31. implicit object stringListParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[List[String]]

    Permalink
    Attributes
    protected
  32. implicit object stringParser extends (SimpleConnectionSetupProperties.this)#PropertyParserTry[String]

    Permalink
    Attributes
    protected
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped