public abstract class AbstractAcceptor extends Object implements Acceptor
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProtocolManager> |
protocolMap |
| Constructor and Description |
|---|
AbstractAcceptor(Map<String,ProtocolManager> protocolMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateInterceptors(List<org.apache.activemq.artemis.api.core.BaseInterceptor> incomingInterceptors,
List<org.apache.activemq.artemis.api.core.BaseInterceptor> outgoingInterceptors)
This will update the list of interceptors for each ProtocolManager inside the acceptor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClusterConnection, getConfiguration, getName, isUnsecurable, pause, reload, setDefaultActiveMQPrincipal, setNotificationServiceprotected final Map<String,ProtocolManager> protocolMap
public AbstractAcceptor(Map<String,ProtocolManager> protocolMap)
public void updateInterceptors(List<org.apache.activemq.artemis.api.core.BaseInterceptor> incomingInterceptors, List<org.apache.activemq.artemis.api.core.BaseInterceptor> outgoingInterceptors)
updateInterceptors in interface AcceptorCopyright © 2023 The Apache Software Foundation. All rights reserved.