Package | Description |
---|---|
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(io.vertx.core.json.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) |
BridgeOptions |
BridgeOptions.addOutboundPermitted(PermittedOptions permitted) |
Modifier and Type | Method and Description |
---|---|
void |
BridgeOptions.setInboundPermitted(List<PermittedOptions> inboundPermitted) |
void |
BridgeOptions.setOutboundPermitted(List<PermittedOptions> outboundPermitted) |
Constructor and Description |
---|
PermittedOptions(PermittedOptions that) |
Copyright © 2018. All rights reserved.