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.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type AcceptorModifierConstructorDescriptionAcceptorControlImpl(Acceptor acceptor, StorageManager storageManager, TransportConfiguration configuration) -
Uses of Acceptor in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type AcceptorModifier and TypeMethodDescriptionCoreProtocolManager.createConnectionEntry(Acceptor acceptorUsed, Connection connection) -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.impl
Classes in org.apache.activemq.artemis.core.remoting.impl that implement Acceptor -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement AcceptorMethods in org.apache.activemq.artemis.core.remoting.impl.invm that return AcceptorModifier and TypeMethodDescriptionInVMAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) InVMConnector.getAcceptor() -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.impl.netty
Classes in org.apache.activemq.artemis.core.remoting.impl.netty that implement AcceptorModifier and TypeClassDescriptionclassA Netty TCP Acceptor that is embedding Netty.Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return AcceptorModifier and TypeMethodDescriptionNettyAcceptorFactory.createAcceptor(String name, ClusterConnection connection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.server
Methods in org.apache.activemq.artemis.core.remoting.server that return AcceptorModifier and TypeMethodDescriptionRemotingService.createAcceptor(String name, String uri) RemotingService.createAcceptor(TransportConfiguration transportConfiguration) RemotingService.getAcceptor(String name) Returns the acceptor identified by itsnameornullif it does not exists.Methods in org.apache.activemq.artemis.core.remoting.server that return types with arguments of type Acceptor -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl that return AcceptorModifier and TypeMethodDescriptionRemotingServiceImpl.createAcceptor(String name, String uri) RemotingServiceImpl.createAcceptor(TransportConfiguration info) RemotingServiceImpl.getAcceptor(String name) Methods in org.apache.activemq.artemis.core.remoting.server.impl that return types with arguments of type Acceptor -
Uses of Acceptor in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type AcceptorModifier and TypeMethodDescriptionvoidClusterController.addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation) used to set a channel handler on the connection that can be used by the cluster controlvoidClusterManager.addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation) -
Uses of Acceptor in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AcceptorModifier and TypeMethodDescriptionActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) allows the Activation to register a channel handler so it can handle any packets that are unique to the ActivationColocatedActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) ReplicationPrimaryActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) SharedNothingPrimaryActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) -
Uses of Acceptor in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type AcceptorModifier and TypeMethodDescriptionvoidManagementService.registerAcceptor(Acceptor acceptor, TransportConfiguration configuration) -
Uses of Acceptor in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type AcceptorModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerAcceptor(Acceptor acceptor, TransportConfiguration configuration) -
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, 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.