Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
Packages that use Acceptor Package Description org.apache.activemq.artemis.spi.core.protocol org.apache.activemq.artemis.spi.core.remoting -
-
Uses of Acceptor in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type Acceptor Modifier and Type Method Description org.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 Acceptor Modifier and Type Method Description AcceptorAcceptorFactory. createAcceptor(java.lang.String name, org.apache.activemq.artemis.core.server.cluster.ClusterConnection clusterConnection, java.util.Map<java.lang.String,java.lang.Object> configuration, org.apache.activemq.artemis.spi.core.remoting.BufferHandler handler, ServerConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, java.util.Map<java.lang.String,ProtocolManager> protocolMap)Create a new instance of an Acceptor.
-