A B D G I P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Adds an inbound permitted option to the current
BridgeOptions
. - addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Adds an outbound permitted option to the current
BridgeOptions
.
B
- BaseBridgeEvent - Interface in io.vertx.ext.bridge
-
Represents an event that occurs on the event bus bridge.
- BridgeEventType - Enum in io.vertx.ext.bridge
-
Bridge Event Types.
- BridgeOptions - Class in io.vertx.ext.bridge
-
Specify the event bus bridge options.
- BridgeOptions() - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
, without any inbound and outbound permitted. - BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
from its JSON representation. - BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
by copying the content of anotherBridgeOptions
- BridgeOptionsConverter - Class in io.vertx.ext.bridge
-
Converter and mapper for
BridgeOptions
. - BridgeOptionsConverter() - Constructor for class io.vertx.ext.bridge.BridgeOptionsConverter
D
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address :
null
. - DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address regex :
null
. - DEFAULT_MATCH - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted match :
null
. - DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted required authority :
null
.
G
- getAddress() - Method in class io.vertx.ext.bridge.PermittedOptions
- getAddressRegex() - Method in class io.vertx.ext.bridge.PermittedOptions
- getInboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
- getMatch() - Method in class io.vertx.ext.bridge.PermittedOptions
- getOutboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
- getRawMessage() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
-
Get the raw JSON message for the event.
- getRequiredAuthority() - Method in class io.vertx.ext.bridge.PermittedOptions
I
- io.vertx.eventbusbridge - module io.vertx.eventbusbridge
- io.vertx.ext.bridge - package io.vertx.ext.bridge
P
- PermittedOptions - Class in io.vertx.ext.bridge
-
Represents a match to allow for inbound and outbound traffic.
- PermittedOptions() - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
. - PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
from its JSON representation. - PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
copying the givenPermittedOptions
. - PermittedOptionsConverter - Class in io.vertx.ext.bridge
-
Converter and mapper for
PermittedOptions
. - PermittedOptionsConverter() - Constructor for class io.vertx.ext.bridge.PermittedOptionsConverter
- PUBLISH - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be published from the client to the server.
R
- RECEIVE - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be delivered from the server to the client.
- REGISTER - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client attempts to register a handler.
- REGISTERED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client successfully registered.
S
- SEND - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be sent from the client to the server.
- setAddress(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
The exact address the message is being sent to.
- setAddressRegex(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
A regular expression that will be matched against the address.
- setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Sets the list of inbound permitted options.
- setMatch(JsonObject) - Method in class io.vertx.ext.bridge.PermittedOptions
-
This allows you to allow messages based on their structure.
- setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Sets the list of outbound permitted options.
- setRawMessage(JsonObject) - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
-
Override the raw JSON message for the event.
- setRequiredAuthority(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
Declare a specific authority that user must have in order to allow messages
- SOCKET_CLOSED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a SockJS socket is closed.
- SOCKET_CREATED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a new SockJS socket is created.
- SOCKET_ERROR - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when an underlying transport errors.
- SOCKET_IDLE - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when SockJS socket is on idle for longer period of time than configured.
- SOCKET_PING - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when the last ping timestamp is updated for the SockJS socket.
T
- toJson() - Method in class io.vertx.ext.bridge.BridgeOptions
-
Serializes the current
BridgeOptions
to JSON. - toJson() - Method in class io.vertx.ext.bridge.PermittedOptions
-
Serializes the current instance of
PermittedOptions
to JSON. - type() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
U
- UNREGISTER - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client attempts to unregister a handler.
V
- valueOf(String) - Static method in enum io.vertx.ext.bridge.BridgeEventType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.ext.bridge.BridgeEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages