Modifier and Type | Method and Description |
---|---|
BridgeOptions |
BridgeOptions.addInboundPermitted(PermittedOptions permitted)
Adds an inbound permitted option to the current
BridgeOptions . |
BridgeOptions |
BridgeOptions.addOutboundPermitted(PermittedOptions permitted)
Adds an outbound permitted option to the current
BridgeOptions . |
BridgeOptions |
BridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted)
Sets the list of inbound permitted options.
|
BridgeOptions |
BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted)
Sets the list of outbound permitted options.
|
Modifier and Type | Method and Description |
---|---|
static void |
BridgeOptionsConverter.fromJson(io.vertx.core.json.JsonObject json,
BridgeOptions obj) |
static void |
BridgeOptionsConverter.toJson(BridgeOptions obj,
io.vertx.core.json.JsonObject json) |
Constructor and Description |
---|
BridgeOptions(BridgeOptions that)
Creates a new instance of
BridgeOptions by copying the content of another BridgeOptions |
Copyright © 2017. All rights reserved.