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

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

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

F

fromJson(JsonObject, BridgeOptions) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
fromJson(JsonObject, 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
 

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

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

Copyright © 2018. All rights reserved.