c

vertices.core

VertxHttpServerOps

implicit final class VertxHttpServerOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxHttpServerOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VertxHttpServerOps(target: HttpServer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def closeL(): Task[Unit]

    Like #close but supplying a handler that will be called when the server is actually closed (or has failed).

  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def listenL(): Task[HttpServer]

    Like #listen but supplying a handler that will be called when the server is actually listening (or has failed).

  9. def listenL(port: Int): Task[HttpServer]

    Like #listen(int) but supplying a handler that will be called when the server is actually listening (or has failed).

    Like #listen(int) but supplying a handler that will be called when the server is actually listening (or has failed).

    port

    the port to listen on

  10. def listenL(address: SocketAddress): Task[HttpServer]

    Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).

    Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).

    address

    the address to listen on

  11. def listenL(port: Int, host: String): Task[HttpServer]

    Like String) but supplying a handler that will be called when the server is actually listening (or has failed).

    Like String) but supplying a handler that will be called when the server is actually listening (or has failed).

    port

    the port to listen on

    host

    the host to listen on

  12. val target: HttpServer
  13. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped