class TcpEventBusBridge extends AnyRef
TCP EventBus bridge for Vert.x
- Alphabetic
- By Inheritance
- TcpEventBusBridge
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TcpEventBusBridge(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
Close the current socket.
-
def
close(handler: Handler[AsyncResult[Unit]]): Unit
Close the current socket.
Close the current socket. * @param handler the result handler
-
def
closeFuture(): Future[Unit]
Like close but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
def
listen(port: Int): TcpEventBusBridge
Listen on specific port * @param port tcp port
Listen on specific port * @param port tcp port
- returns
self
-
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
-
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
-
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
-
def
listen(): TcpEventBusBridge
Listen on default port 7000 * @return self
-
def
listenFuture(port: Int): Future[TcpEventBusBridge]
Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
def
listenFuture(port: Int, address: String): Future[TcpEventBusBridge]
Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
def
listenFuture(): Future[TcpEventBusBridge]
Like listen but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )