Packages

class TcpEventBusBridge extends AnyRef

TCP EventBus bridge for Vert.x

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

Instance Constructors

  1. new TcpEventBusBridge(_asJava: AnyRef)

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 asJava: AnyRef
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def close(): Unit

    Close the current socket.

  8. def close(handler: Handler[AsyncResult[Unit]]): Unit

    Close the current socket.

    Close the current socket. * @param handler the result handler

  9. def closeFuture(): Future[Unit]

    Like close but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def listen(port: Int, handler: Handler[AsyncResult[TcpEventBusBridge]]): TcpEventBusBridge

    Listen on specific port * @param port tcp port

    Listen on specific port * @param port tcp port

    handler

    the result handler

    returns

    self

  17. def listen(port: Int): TcpEventBusBridge

    Listen on specific port * @param port tcp port

    Listen on specific port * @param port tcp port

    returns

    self

  18. def listen(port: Int, address: String, handler: Handler[AsyncResult[TcpEventBusBridge]]): TcpEventBusBridge

    Listen on specific port and bind to specific address * @param port tcp port

    Listen on specific port and bind to specific address * @param port tcp port

    address

    tcp address to the bind

    handler

    the result handler

    returns

    self

  19. def listen(port: Int, address: String): TcpEventBusBridge

    Listen on specific port and bind to specific address * @param port tcp port

    Listen on specific port and bind to specific address * @param port tcp port

    address

    tcp address to the bind

    returns

    self

  20. def listen(handler: Handler[AsyncResult[TcpEventBusBridge]]): TcpEventBusBridge

    Listen on default port 7000 with a handler to report the state of the socket listen operation.

    Listen on default port 7000 with a handler to report the state of the socket listen operation. * @param handler the result handler

    returns

    self

  21. def listen(): TcpEventBusBridge

    Listen on default port 7000 * @return self

  22. def listenFuture(port: Int): Future[TcpEventBusBridge]

    Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.

  23. def listenFuture(port: Int, address: String): Future[TcpEventBusBridge]

    Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.

  24. def listenFuture(): Future[TcpEventBusBridge]

    Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped