org.jboss.netty.container.guice
Class OioServerSocketChannelFactoryProvider

java.lang.Object
  extended by org.jboss.netty.container.guice.AbstractChannelFactoryProvider<OioServerSocketChannelFactory>
      extended by org.jboss.netty.container.guice.OioServerSocketChannelFactoryProvider
All Implemented Interfaces:
Provider<OioServerSocketChannelFactory>

public class OioServerSocketChannelFactoryProvider
extends AbstractChannelFactoryProvider<OioServerSocketChannelFactory>

A Provider that creates a new OioServerSocketChannelFactory.

Version:
$Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (금, 28 8 2009) $
Author:
The Netty Project (netty-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)

Field Summary
 
Fields inherited from class org.jboss.netty.container.guice.AbstractChannelFactoryProvider
executor
 
Constructor Summary
OioServerSocketChannelFactoryProvider(Executor executor)
          Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
 
Method Summary
 OioServerSocketChannelFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OioServerSocketChannelFactoryProvider

public OioServerSocketChannelFactoryProvider(@ChannelFactoryResource
                                             Executor executor)
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.

Method Detail

get

public OioServerSocketChannelFactory get()


Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.