JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
I
L
S
T
B
BridgeEvent
- Interface in
io.vertx.ext.eventbus.bridge.tcp
Represents an event that occurs on the event bus bridge.
C
close(Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Close the current socket.
close()
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Close the current socket.
create(Vertx)
- Static method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
create(Vertx, BridgeOptions)
- Static method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
create(Vertx, BridgeOptions, NetServerOptions)
- Static method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>)
- Static method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
I
io.vertx.ext.eventbus.bridge.tcp
- package io.vertx.ext.eventbus.bridge.tcp
L
listen()
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on default port 7000
listen(Handler<AsyncResult<TcpEventBusBridge>>)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<TcpEventBusBridge>>)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
TcpEventBusBridge
Listen on specific port
S
setRawMessage(JsonObject)
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
BridgeEvent
Get the raw JSON message for the event.
socket()
- Method in interface io.vertx.ext.eventbus.bridge.tcp.
BridgeEvent
Get the SockJSSocket instance corresponding to the event
T
TcpEventBusBridge
- Interface in
io.vertx.ext.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x
B
C
I
L
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023 Eclipse. All rights reserved.