class AsynchronousSocketChannel extends AsynchronousByteChannel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsynchronousSocketChannel
- AsynchronousByteChannel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsynchronousSocketChannel(channel: java.nio.channels.AsynchronousSocketChannel)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def bind(address: SocketAddress): IO[Exception, Unit]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def connect(socketAddress: SocketAddress): IO[Exception, Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val isOpen: UIO[Boolean]
Tells whether or not this channel is open.
Tells whether or not this channel is open.
- Definition Classes
- AsynchronousByteChannel
- final def localAddress: IO[Exception, Option[SocketAddress]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def read[A](capacities: List[Int], offset: Int, length: Int, timeout: Duration): IO[Exception, List[Chunk[Byte]]]
- final def read[A](capacity: Int, timeout: Duration): IO[Exception, Chunk[Byte]]
- final def read(capacity: Int): IO[Exception, Chunk[Byte]]
- Definition Classes
- AsynchronousByteChannel
- final def remoteAddress: IO[Exception, Option[SocketAddress]]
- final def setOption[T](name: SocketOption[T], value: T): IO[Exception, Unit]
- final def shutdownInput: IO[Exception, Unit]
- final def shutdownOutput: IO[Exception, Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def write(chunk: Chunk[Byte]): IO[Exception, Int]
- Definition Classes
- AsynchronousByteChannel