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 TypeMethodDescriptionorg.apache.activemq.artemis.spi.core.protocol.ConnectionEntryProtocolManager.createConnectionEntry(Acceptor acceptorUsed, org.apache.activemq.artemis.spi.core.remoting.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, org.apache.activemq.artemis.spi.core.remoting.BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap, String threadFactoryGroupName, org.apache.activemq.artemis.core.server.metrics.MetricsManager metricsManager) Create a new instance of an Acceptor.default AcceptorAcceptor.setLockCoordinator(org.apache.activemq.artemis.core.server.lock.LockCoordinator lockCoordinator)