Uses of Interface
org.jboss.messaging.core.remoting.spi.BufferHandler

Packages that use BufferHandler
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.remoting.spi   
org.jboss.messaging.integration.transports.netty   
 

Uses of BufferHandler in org.jboss.messaging.core.remoting
 

Subinterfaces of BufferHandler in org.jboss.messaging.core.remoting
 interface RemotingConnection
          A RemotingConnection
 

Uses of BufferHandler in org.jboss.messaging.core.remoting.impl
 

Classes in org.jboss.messaging.core.remoting.impl that implement BufferHandler
 class AbstractBufferHandler
          A AbstractBufferHandler
 class RemotingConnectionImpl
           
 

Uses of BufferHandler in org.jboss.messaging.core.remoting.impl.invm
 

Methods in org.jboss.messaging.core.remoting.impl.invm that return BufferHandler
 BufferHandler InVMAcceptor.getHandler()
           
 BufferHandler InVMConnector.getHandler()
           
 

Methods in org.jboss.messaging.core.remoting.impl.invm with parameters of type BufferHandler
 void InVMAcceptor.connect(java.lang.String connectionID, BufferHandler remoteHandler, InVMConnector connector, java.util.concurrent.Executor clientExecutor)
           
 Acceptor InVMAcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 Connector InVMConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
protected  Connection InVMConnector.internalCreateConnection(BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor serverExecutor)
           
 

Constructors in org.jboss.messaging.core.remoting.impl.invm with parameters of type BufferHandler
InVMAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
InVMConnection(int serverID, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor executor)
           
InVMConnection(int serverID, java.lang.String id, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor executor)
           
InVMConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 

Uses of BufferHandler in org.jboss.messaging.core.remoting.spi
 

Methods in org.jboss.messaging.core.remoting.spi with parameters of type BufferHandler
 Acceptor AcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 Connector ConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 

Uses of BufferHandler in org.jboss.messaging.integration.transports.netty
 

Methods in org.jboss.messaging.integration.transports.netty with parameters of type BufferHandler
static void ChannelPipelineSupport.addCodecFilter(ChannelPipeline pipeline, BufferHandler handler)
           
 Acceptor NettyAcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 Connector NettyConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 

Constructors in org.jboss.messaging.integration.transports.netty with parameters of type BufferHandler
MessagingFrameDecoder(BufferHandler handler)
           
NettyAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
NettyConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.