trait SelectorBuilder[A] extends AnyRef
Type Members
- type timeout = FiniteDuration
Abstract Value Members
- abstract def api: GopherAPI
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- implicit def ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def futureInput[A](f: Future[A]): FutureInput[A]
- final def getClass(): Class[_ <: AnyRef]
- final def go: Future[A]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def onError(arg: ErrorSelectorArgument[A]): SelectorBuilder.this.type
- def onIdle(arg: SkipSelectorArgument[A]): SelectorBuilder.this.type
- def onRead[E](ch: Input[E])(arg: ReadSelectorArgument[E, A]): SelectorBuilder.this.type
- def onTimeout(t: FiniteDuration)(arg: SkipSelectorArgument[A]): SelectorBuilder.this.type
- def onWrite[E](ch: Output[E])(arg: WriteSelectorArgument[E, A]): SelectorBuilder.this.type
- def selectorRun: Future[A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withError(f: (ExecutionContext, FlowTermination[A], Continuated[A], Throwable) => Future[Continuated[A]]): SelectorBuilder.this.type
- def withIdle(f: (Skip[A]) => Option[Future[Continuated[A]]]): SelectorBuilder.this.type
- def withReader[B](ch: Input[B], f: (ContRead[B, A]) => Option[(In[B]) => Future[Continuated[A]]]): SelectorBuilder.this.type
- def withTimeout(t: FiniteDuration)(f: (Skip[A]) => Option[Future[Continuated[A]]]): SelectorBuilder.this.type
- def withWriter[B](ch: Output[B], f: (ContWrite[B, A]) => Option[(B, Future[Continuated[A]])]): SelectorBuilder.this.type
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any