Uses of Interface
org.hornetq.spi.core.remoting.Acceptor

Packages that use Acceptor
org.hornetq.spi.core.protocol   
org.hornetq.spi.core.remoting Remoting SPI. 
 

Uses of Acceptor in org.hornetq.spi.core.protocol
 

Methods in org.hornetq.spi.core.protocol with parameters of type Acceptor
 ConnectionEntry ProtocolManager.createConnectionEntry(Acceptor acceptorUsed, Connection connection)
           
 

Uses of Acceptor in org.hornetq.spi.core.remoting
 

Methods in org.hornetq.spi.core.remoting that return Acceptor
 Acceptor AcceptorFactory.createAcceptor(org.hornetq.core.server.cluster.ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, BufferDecoder decoder, ConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
          Create a new instance of an Acceptor.
 

Methods in org.hornetq.spi.core.remoting with parameters of type Acceptor
 void ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor, Connection connection, ProtocolType protocol)
          This method is used both by client connector creation and server connection creation through acceptors.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.