Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
-
Uses of Acceptor in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type Acceptor Constructor Description AcceptorControlImpl(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 Acceptor Modifier and Type Method Description ConnectionEntryCoreProtocolManager. 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 Modifier and Type Class Description classAbstractAcceptor -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement Acceptor Modifier and Type Class Description classInVMAcceptorMethods in org.apache.activemq.artemis.core.remoting.impl.invm that return Acceptor Modifier and Type Method Description AcceptorInVMAcceptorFactory. createAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)AcceptorInVMConnector. 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 Acceptor Modifier and Type Class Description classNettyAcceptorA Netty TCP Acceptor that is embedding Netty.Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return Acceptor Modifier and Type Method Description AcceptorNettyAcceptorFactory. 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 Acceptor Modifier and Type Method Description AcceptorRemotingService. createAcceptor(String name, String uri)AcceptorRemotingService. createAcceptor(TransportConfiguration transportConfiguration)AcceptorRemotingService. 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 Modifier and Type Method Description Map<String,Acceptor>RemotingService. getAcceptors() -
Uses of Acceptor in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl that return Acceptor Modifier and Type Method Description AcceptorRemotingServiceImpl. createAcceptor(String name, String uri)AcceptorRemotingServiceImpl. createAcceptor(TransportConfiguration info)AcceptorRemotingServiceImpl. getAcceptor(String name)Methods in org.apache.activemq.artemis.core.remoting.server.impl that return types with arguments of type Acceptor Modifier and Type Method Description Map<String,Acceptor>RemotingServiceImpl. getAcceptors() -
Uses of Acceptor in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type Acceptor Modifier and Type Method Description voidClusterController. 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 Acceptor Modifier and Type Method Description ChannelHandlerActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerColocatedActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerReplicationPrimaryActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerSharedNothingLiveActivation. 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 Acceptor Modifier and Type Method Description voidManagementService. 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 Acceptor Modifier and Type Method Description voidManagementServiceImpl. 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 Acceptor Modifier and Type Method Description ConnectionEntryProtocolManager. 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 Acceptor Modifier and Type Method Description AcceptorAcceptorFactory. 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.
-