org.jboss.messaging.integration.transports.netty
Class NettyAcceptorFactory

java.lang.Object
  extended by org.jboss.messaging.integration.transports.netty.NettyAcceptorFactory
All Implemented Interfaces:
AcceptorFactory

public class NettyAcceptorFactory
extends java.lang.Object
implements AcceptorFactory

A NettyAcceptorFactory

Author:
Tim Fox

Constructor Summary
NettyAcceptorFactory()
           
 
Method Summary
 Acceptor createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyAcceptorFactory

public NettyAcceptorFactory()
Method Detail

createAcceptor

public Acceptor createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration,
                               BufferHandler handler,
                               ConnectionLifeCycleListener listener,
                               java.util.concurrent.Executor threadPool,
                               java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
Specified by:
createAcceptor in interface AcceptorFactory


Copyright © 2006 JBoss Inc. All Rights Reserved.