public class BridgeOptionsExt
extends io.vertx.ext.web.handler.sockjs.BridgeOptions
| Constructor and Description |
|---|
BridgeOptionsExt() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInboundAddress() |
List<String> |
getInboundAddressRegex() |
List<String> |
getInboundRequiredAuthority() |
org.apache.logging.log4j.Logger |
getLog() |
List<String> |
getOutboundAddress() |
List<String> |
getOutboundAddressRegex() |
List<String> |
getOutboundRequiredAuthority() |
void |
setInboundAddress(List<String> pInboundAddress) |
void |
setInboundAddressRegex(List<String> pInboundAddressRegex) |
void |
setInboundRequiredAuthority(List<String> pInboundRequiredAuthority) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setOutboundAddress(List<String> pOutboundAddress) |
void |
setOutboundAddressRegex(List<String> pOutboundAddressRegex) |
void |
setOutboundRequiredAuthority(List<String> pOutboundRequiredAuthority) |
void |
start() |
addInboundPermitted, addOutboundPermitted, getInboundPermitteds, getMaxAddressLength, getMaxHandlersPerSocket, getOutboundPermitteds, getPingTimeout, getReplyTimeout, setInboundPermitted, setMaxAddressLength, setMaxHandlersPerSocket, setOutboundPermitted, setPingTimeout, setReplyTimeoutpublic void start()
public void setInboundRequiredAuthority(List<String> pInboundRequiredAuthority)
public void setOutboundRequiredAuthority(List<String> pOutboundRequiredAuthority)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
Copyright © 2018. All rights reserved.