org.jboss.netty.container.guice
Class OioServerSocketChannelFactoryProvider
java.lang.Object
org.jboss.netty.container.guice.AbstractChannelFactoryProvider<OioServerSocketChannelFactory>
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OioServerSocketChannelFactoryProvider
public OioServerSocketChannelFactoryProvider(@ChannelFactoryResource
Executor executor)
- Creates a new provider with the
executor
injected via the
ChannelFactoryResource
annotation.
get
public OioServerSocketChannelFactory get()
Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.