Trait

colossus.testkit

MockChannelActions

Related Doc: package testkit

Permalink

trait MockChannelActions extends ChannelActions

if a handler is passed, the buffer will call the handler's readyForData, and it will call it's own handleWrite if interestRW is true

Linear Supertypes
ChannelActions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MockChannelActions
  2. ChannelActions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def maxWriteSize: Int

    Permalink

Concrete 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. var bytesAvailable: Int

    Permalink
    Attributes
    protected
  6. def channelClose(): Unit

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  7. def channelHost(): InetAddress

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  8. def channelWrite(data: DataBuffer): Int

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  9. def clearBuffer(): ByteString

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var connection_status: ConnectionStatus

    Permalink
    Attributes
    protected
  12. def disconnectCalled: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def expectNoWrite(): Unit

    Permalink
  16. def expectNumWrites(num: Int, debug: Boolean = false): Unit

    Permalink

    Expect exactly num writes

  17. def expectOneWrite(data: ByteString, debug: Boolean = false): Unit

    Permalink
  18. def expectWrite(data: ByteString): Unit

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def finishConnect(): Unit

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def keyInterestOps(ops: Int): Unit

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def status: ConnectionStatus

    Permalink
    Definition Classes
    MockChannelActions → ChannelActions
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withExpectedWrite(f: (ByteString) ⇒ Unit): Unit

    Permalink

Inherited from ChannelActions

Inherited from AnyRef

Inherited from Any

Ungrouped