Uses of Class
io.vertx.ext.bridge.PermittedOptions
Packages that use PermittedOptions
Package
Description
-
Uses of PermittedOptions in io.vertx.eventbus.bridge.grpc
Methods in io.vertx.eventbus.bridge.grpc with parameters of type PermittedOptionsModifier and TypeMethodDescriptionGrpcBridgeOptions.addInboundPermitted(PermittedOptions permitted) GrpcBridgeOptions.addOutboundPermitted(PermittedOptions permitted) Method parameters in io.vertx.eventbus.bridge.grpc with type arguments of type PermittedOptionsModifier and TypeMethodDescriptionGrpcBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) GrpcBridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) -
Uses of PermittedOptions in io.vertx.ext.bridge
Methods in io.vertx.ext.bridge that return PermittedOptionsModifier and TypeMethodDescriptionPermittedOptions.setAddress(String address) The exact address the message is being sent to.PermittedOptions.setAddressRegex(String addressRegex) A regular expression that will be matched against the address.PermittedOptions.setMatch(JsonObject match) This allows you to allow messages based on their structure.PermittedOptions.setRequiredAuthority(String requiredAuthority) Declare a specific authority that user must have in order to allow messagesMethods in io.vertx.ext.bridge that return types with arguments of type PermittedOptionsModifier and TypeMethodDescriptionBridgeOptions.getInboundPermitteds()BridgeOptions.getOutboundPermitteds()Methods in io.vertx.ext.bridge with parameters of type PermittedOptionsModifier and TypeMethodDescriptionBridgeOptions.addInboundPermitted(PermittedOptions permitted) Adds an inbound permitted option to the currentBridgeOptions.BridgeOptions.addOutboundPermitted(PermittedOptions permitted) Adds an outbound permitted option to the currentBridgeOptions.Method parameters in io.vertx.ext.bridge with type arguments of type PermittedOptionsModifier and TypeMethodDescriptionBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) Sets the list of inbound permitted options.BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) Sets the list of outbound permitted options.Constructors in io.vertx.ext.bridge with parameters of type PermittedOptionsModifierConstructorDescriptionCreates a new instance ofPermittedOptionscopying the givenPermittedOptions. -
Uses of PermittedOptions in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp with parameters of type PermittedOptionsModifier and TypeMethodDescriptionBridgeOptions.addInboundPermitted(PermittedOptions permitted) BridgeOptions.addOutboundPermitted(PermittedOptions permitted) Method parameters in io.vertx.ext.stomp with type arguments of type PermittedOptionsModifier and TypeMethodDescriptionBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) -
Uses of PermittedOptions in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs with parameters of type PermittedOptionsModifier and TypeMethodDescriptionSockJSBridgeOptions.addInboundPermitted(PermittedOptions permitted) SockJSBridgeOptions.addOutboundPermitted(PermittedOptions permitted) Method parameters in io.vertx.ext.web.handler.sockjs with type arguments of type PermittedOptionsModifier and TypeMethodDescriptionSockJSBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) SockJSBridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted)