org.jboss.netty.channel.socket.nio.ClientUdsSocketChannelFactory

UdsNioSocketChannel

class UdsNioSocketChannel extends NioSocketChannel

Linear Supertypes
NioSocketChannel, SocketChannel, AbstractNioChannel[java.nio.channels.SocketChannel], AbstractChannel, Channel, Comparable[Channel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UdsNioSocketChannel
  2. NioSocketChannel
  3. SocketChannel
  4. AbstractNioChannel
  5. AbstractChannel
  6. Channel
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UdsNioSocketChannel(pipeline: ChannelPipeline)

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 bind(arg0: SocketAddress): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  8. final def compareTo(arg0: Channel): Int

    Definition Classes
    AbstractChannel → Comparable
  9. def connect(arg0: SocketAddress): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  10. var connectDeadlineNanos: Long

  11. var connectFuture: ChannelFuture

  12. def disconnect(): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AbstractChannel → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAttachment(): AnyRef

    Definition Classes
    AbstractChannel → Channel
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getCloseFuture(): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  19. def getConfig(): NioSocketChannelConfig

    Definition Classes
    NioSocketChannel → SocketChannel → AbstractNioChannel → Channel
  20. def getFactory(): ChannelFactory

    Definition Classes
    AbstractChannel → Channel
  21. final def getId(): Integer

    Definition Classes
    AbstractChannel → Channel
  22. def getParent(): Channel

    Definition Classes
    AbstractChannel → Channel
  23. def getPipeline(): ChannelPipeline

    Definition Classes
    AbstractChannel → Channel
  24. def getSucceededFuture(): ChannelFuture

    Attributes
    protected[org.jboss.netty.channel]
    Definition Classes
    AbstractChannel
  25. def getUnsupportedOperationFuture(): ChannelFuture

    Attributes
    protected[org.jboss.netty.channel]
    Definition Classes
    AbstractChannel
  26. def getWorker(): NioWorker

    Definition Classes
    NioSocketChannel → AbstractNioChannel
  27. final def hashCode(): Int

    Definition Classes
    AbstractChannel → AnyRef → Any
  28. def isBound(): Boolean

    Definition Classes
    NioSocketChannel → Channel
  29. def isConnected(): Boolean

    Definition Classes
    NioSocketChannel → Channel
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isOpen(): Boolean

    Definition Classes
    NioSocketChannel → AbstractChannel → Channel
  32. def isReadable(): Boolean

    Definition Classes
    AbstractChannel → Channel
  33. def isWritable(): Boolean

    Definition Classes
    AbstractChannel → Channel
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def setAttachment(arg0: Any): Unit

    Definition Classes
    AbstractChannel → Channel
  38. def setClosed(): Boolean

    Attributes
    protected[org.jboss.netty.channel.socket.nio]
    Definition Classes
    NioSocketChannel → AbstractNioChannel → AbstractChannel
  39. def setInterestOps(arg0: Int): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  40. def setInterestOpsNow(arg0: Int): Unit

    Attributes
    protected[org.jboss.netty.channel]
    Definition Classes
    AbstractChannel
  41. def setReadable(arg0: Boolean): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AbstractChannel → AnyRef → Any
  44. def unbind(): ChannelFuture

    Definition Classes
    AbstractChannel → Channel
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def write(arg0: Any, arg1: SocketAddress): ChannelFuture

    Definition Classes
    NioSocketChannel → AbstractChannel → Channel
  49. def write(arg0: Any): ChannelFuture

    Definition Classes
    AbstractChannel → Channel

Inherited from NioSocketChannel

Inherited from SocketChannel

Inherited from AbstractNioChannel[java.nio.channels.SocketChannel]

Inherited from AbstractChannel

Inherited from Channel

Inherited from Comparable[Channel]

Inherited from AnyRef

Inherited from Any

Ungrouped