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

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

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

Subinterfaces of BufferHandler in org.hornetq.spi.core.protocol
 interface RemotingConnection
          A RemotingConnection is a connection between a client and a server.
 

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

Methods in org.hornetq.spi.core.remoting with parameters of type BufferHandler
 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.
 Connector ConnectorFactory.createConnector(Map<String,Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
          creates a new instance of a connector.
 



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