Uses of Class
io.vertx.ext.bridge.BridgeOptions
-
-
Uses of BridgeOptions in io.vertx.ext.bridge
Methods in io.vertx.ext.bridge that return BridgeOptions Modifier and Type Method Description BridgeOptionsBridgeOptions. addInboundPermitted(PermittedOptions permitted)Adds an inbound permitted option to the currentBridgeOptions.BridgeOptionsBridgeOptions. addOutboundPermitted(PermittedOptions permitted)Adds an outbound permitted option to the currentBridgeOptions.BridgeOptionsBridgeOptions. setInboundPermitteds(List<PermittedOptions> inboundPermitted)Sets the list of inbound permitted options.BridgeOptionsBridgeOptions. setOutboundPermitteds(List<PermittedOptions> outboundPermitted)Sets the list of outbound permitted options.Constructors in io.vertx.ext.bridge with parameters of type BridgeOptions Constructor Description BridgeOptions(BridgeOptions that)Creates a new instance ofBridgeOptionsby copying the content of anotherBridgeOptions
-