Uses of Class
org.apache.activemq.proxy.ProxyConnector
-
Packages that use ProxyConnector Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. -
-
Uses of ProxyConnector in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return ProxyConnector Modifier and Type Method Description ProxyConnector
BrokerService. addProxyConnector(String bindAddress)
Adds a new proxy connector using the given bind addressProxyConnector
BrokerService. addProxyConnector(URI bindAddress)
Adds a new proxy connector using the given bind addressProxyConnector
BrokerService. addProxyConnector(ProxyConnector connector)
Methods in org.apache.activemq.broker that return types with arguments of type ProxyConnector Modifier and Type Method Description List<ProxyConnector>
BrokerService. getProxyConnectors()
Methods in org.apache.activemq.broker with parameters of type ProxyConnector Modifier and Type Method Description ProxyConnector
BrokerService. addProxyConnector(ProxyConnector connector)
protected void
BrokerService. registerProxyConnectorMBean(ProxyConnector connector)
-
Uses of ProxyConnector in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type ProxyConnector Constructor Description ProxyConnectorView(ProxyConnector connector)
-