Skip navigation links
A B D F G I P S T V 

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(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions by copying the content of another BridgeOptions
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions from its JSON representation.
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.

F

fromJson(Iterable<Map.Entry<String, Object>>, BridgeOptions) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PermittedOptions) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 

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.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(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions copying the given PermittedOptions.
PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions from its JSON representation.
PermittedOptionsConverter - Class in io.vertx.ext.bridge
Converter and mapper for PermittedOptions.
PermittedOptionsConverter() - Constructor for class io.vertx.ext.bridge.PermittedOptionsConverter
 

S

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

T

toJson() - Method in class io.vertx.ext.bridge.BridgeOptions
Serializes the current BridgeOptions to JSON.
toJson(BridgeOptions, JsonObject) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
toJson(BridgeOptions, Map<String, Object>) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
toJson() - Method in class io.vertx.ext.bridge.PermittedOptions
Serializes the current instance of PermittedOptions to JSON.
toJson(PermittedOptions, JsonObject) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
toJson(PermittedOptions, Map<String, Object>) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
type() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
 

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.
A B D F G I P S T V 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.