Class AbstractAcceptor
java.lang.Object
org.apache.activemq.artemis.core.remoting.impl.AbstractAcceptor
- All Implemented Interfaces:
ActiveMQComponent,Acceptor
- Direct Known Subclasses:
InVMAcceptor,NettyAcceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateInterceptors(List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) This will update the list of interceptors for each ProtocolManager inside the acceptor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
getActualPort, getClusterConnection, getConfiguration, getName, getProtocolHandler, isUnsecurable, notifyStop, pause, reload, setDefaultActiveMQPrincipal, setNotificationServiceMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
Field Details
-
protocolMap
-
-
Constructor Details
-
AbstractAcceptor
-
-
Method Details
-
updateInterceptors
public void updateInterceptors(List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) This will update the list of interceptors for each ProtocolManager inside the acceptor.- Specified by:
updateInterceptorsin interfaceAcceptor
-
getProtocolMap
-