c

mythtv.connection

AbstractSocketConnection

abstract class AbstractSocketConnection[A] extends SocketConnection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSocketConnection
  2. SocketConnection
  3. Closeable
  4. AutoCloseable
  5. NetworkConnection
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractSocketConnection(host: String, port: Int, timeoutSecs: Int)

Abstract Value Members

  1. abstract def finishConnect(): Unit
    Attributes
    protected
  2. abstract def gracefulDisconnect(): Unit
    Attributes
    protected
  3. abstract def openReader(channel: SocketChannel): SocketReader[A]
    Attributes
    protected
  4. abstract def openWriter(channel: SocketChannel): SocketWriter[A]
    Attributes
    protected

Concrete 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    AbstractSocketConnection → Closeable → AutoCloseable
  7. def connect(): Unit
    Attributes
    protected
  8. def disconnect(graceful: Boolean): Unit
  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. val host: String
  14. def isConnected: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. val port: Int
  20. def reader: SocketReader[A]
    Attributes
    protected
  21. def reconnect(graceful: Boolean): Unit
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def timeout: Int
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def underlyingChannel: SocketChannel
    Attributes
    protected
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withTimeout[T](seconds: Int)(thunk: => T): T
  30. def writer: SocketWriter[A]
    Attributes
    protected

Deprecated Value Members

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

Inherited from SocketConnection

Inherited from Closeable

Inherited from AutoCloseable

Inherited from NetworkConnection

Inherited from AnyRef

Inherited from Any

Ungrouped