final case class Accept(socket: AsynchronousServerSocketChannel) extends AnyVal with AsynchronousIo[AsynchronousSocketChannel] with Product with Serializable
- Alphabetic
- By Inheritance
- Accept
- Serializable
- Serializable
- Product
- Equals
- AsynchronousIo
- Keyword
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Accept(socket: AsynchronousServerSocketChannel)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Accept, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
apply[Domain](handler: (AsynchronousSocketChannel) ⇒ Domain)(implicit dsl: Dsl[AsynchronousIo[AsynchronousSocketChannel], Domain, AsynchronousSocketChannel]): Domain
An alias to cpsApply.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
cpsApply[Domain](handler: (AsynchronousSocketChannel) ⇒ Domain)(implicit dsl: Dsl[AsynchronousIo[AsynchronousSocketChannel], Domain, AsynchronousSocketChannel]): Domain
- Definition Classes
- Keyword
- Annotations
- @inline()
- def ensuring(cond: (Accept) ⇒ Boolean, msg: ⇒ Any): Accept
- def ensuring(cond: (Accept) ⇒ Boolean): Accept
- def ensuring(cond: Boolean, msg: ⇒ Any): Accept
- def ensuring(cond: Boolean): Accept
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val socket: AsynchronousServerSocketChannel
-
def
start[Attachment](attachment: Attachment, handler: CompletionHandler[AsynchronousSocketChannel, _ >: Attachment]): Unit
Starts the asynchronous operations
Starts the asynchronous operations
- Attributes
- protected
- Definition Classes
- Accept → AsynchronousIo
- final def unary_!: AsynchronousSocketChannel
- def →[B](y: B): (Accept, B)