Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.Acceptor
Packages that use Acceptor
Package
Description
-
Uses of Acceptor in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type AcceptorModifier and TypeMethodDescriptionProtocolManager.createConnectionEntry
(Acceptor acceptorUsed, Connection connection) -
Uses of Acceptor in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return AcceptorModifier and TypeMethodDescriptionAcceptorFactory.createAcceptor
(String name, org.apache.activemq.artemis.core.server.cluster.ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Create a new instance of an Acceptor.