| Package | Description | 
|---|---|
| io.vertx.ext.bridge | |
| io.vertx.ext.stomp | |
| io.vertx.ext.web.handler.sockjs | 
| Modifier and Type | Method and Description | 
|---|---|
PermittedOptions | 
PermittedOptions.setAddress(String address)
The exact address the message is being sent to. 
 | 
PermittedOptions | 
PermittedOptions.setAddressRegex(String addressRegex)
A regular expression that will be matched against the address. 
 | 
PermittedOptions | 
PermittedOptions.setMatch(JsonObject match)
This allows you to allow messages based on their structure. 
 | 
PermittedOptions | 
PermittedOptions.setRequiredAuthority(String requiredAuthority)
Declare a specific authority that user must have in order to allow messages 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PermittedOptions> | 
BridgeOptions.getInboundPermitteds()  | 
List<PermittedOptions> | 
BridgeOptions.getOutboundPermitteds()  | 
| 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. | 
static void | 
PermittedOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        PermittedOptions obj)  | 
static void | 
PermittedOptionsConverter.toJson(PermittedOptions obj,
      JsonObject json)  | 
static void | 
PermittedOptionsConverter.toJson(PermittedOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
PermittedOptions(PermittedOptions that)
Creates a new instance of  
PermittedOptions copying the given PermittedOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
BridgeOptions | 
BridgeOptions.addInboundPermitted(PermittedOptions permitted)  | 
BridgeOptions | 
BridgeOptions.addOutboundPermitted(PermittedOptions permitted)  | 
| Modifier and Type | Method and Description | 
|---|---|
BridgeOptions | 
BridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted)  | 
BridgeOptions | 
BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PermittedOptions
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PermittedOptions> | 
SockJSBridgeOptions.getInboundPermitteds()  | 
List<PermittedOptions> | 
SockJSBridgeOptions.getOutboundPermitteds()  | 
| Modifier and Type | Method and Description | 
|---|---|
SockJSBridgeOptions | 
SockJSBridgeOptions.addInboundPermitted(PermittedOptions permitted)  | 
SockJSBridgeOptions | 
SockJSBridgeOptions.addOutboundPermitted(PermittedOptions permitted)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SockJSBridgeOptions.setInboundPermitted(List<PermittedOptions> inboundPermitted)  | 
void | 
SockJSBridgeOptions.setOutboundPermitted(List<PermittedOptions> outboundPermitted)  | 
Copyright © 2020 Eclipse. All rights reserved.