Trait

loci.communicator.tcp

TCPSetupFactory

Related Doc: package tcp

Permalink

trait TCPSetupFactory extends Implementation[TCP]

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

Type Members

  1. abstract type Properties

    Permalink
    Definition Classes
    ConnectionSetupFactory

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 and[C >: TCP <: ProtocolCommon](other: ConnectionSetupFactory[C]): ConnectionSetupFactory[C]

    Permalink
    Definition Classes
    ConnectionSetupFactory
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def connector(url: String, scheme: String, location: String, properties: TCP.Properties): None.type

    Permalink
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  8. final def connector(url: String, props: ConnectionSetupFactory.Properties): Option[Connector[TCP]]

    Permalink
    Definition Classes
    Implementation → ConnectionSetupFactory
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def listener(url: String, scheme: String, location: String, properties: TCP.Properties): None.type

    Permalink
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  15. final def listener(url: String, props: ConnectionSetupFactory.Properties): Option[Listener[TCP]]

    Permalink
    Definition Classes
    Implementation → ConnectionSetupFactory
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def properties(implicit props: ConnectionSetupFactory.Properties): TCP.Properties

    Permalink
    Attributes
    protected
    Definition Classes
    TCPSetupFactory → Implementation
  20. val schemes: Seq[String]

    Permalink
    Definition Classes
    TCPSetupFactory → ConnectionSetupFactory
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. 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 Implementation[TCP]

Inherited from ConnectionSetupFactory[TCP]

Inherited from AnyRef

Inherited from Any

Ungrouped