Packages

class TcpEventBusBridge extends AnyRef

TCP EventBus bridge for Vert.x

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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(delegate: eventbus.bridge.tcp.TcpEventBusBridge)

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

    Close the current socket.

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

    Close the current socket.

    Close the current socket.

    handler

    the result handler

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

    Listen on specific port

    Listen on specific port

    port

    tcp port

    handler

    the result handler

    returns

    self

  16. def listen(port: Int): TcpEventBusBridge

    Listen on specific port

    Listen on specific port

    port

    tcp port

    returns

    self

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

    Listen on specific port and bind to specific address

    Listen on specific port and bind to specific address

    port

    tcp port

    address

    tcp address to the bind

    handler

    the result handler

    returns

    self

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

    Listen on specific port and bind to specific address

    Listen on specific port and bind to specific address

    port

    tcp port

    address

    tcp address to the bind

    returns

    self

  19. 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.

    handler

    the result handler

    returns

    self

  20. def listen(): TcpEventBusBridge

    Listen on default port 7000

    Listen on default port 7000

    returns

    self

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def rxClose(): Completable

    Close the current socket.

  25. def rxListen(port: Int): Single[TcpEventBusBridge]

    Listen on specific port

    Listen on specific port

    port

    tcp port

  26. def rxListen(port: Int, address: String): Single[TcpEventBusBridge]

    Listen on specific port and bind to specific address

    Listen on specific port and bind to specific address

    port

    tcp port

    address

    tcp address to the bind

  27. def rxListen(): Single[TcpEventBusBridge]

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

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    TcpEventBusBridge → 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