
public class NioServerSocketChannelFactoryProvider extends AbstractChannelFactoryProvider<NioServerSocketChannelFactory>
Provider that creates a new NioServerSocketChannelFactory.executor| Constructor and Description |
|---|
NioServerSocketChannelFactoryProvider(Executor executor)
Creates a new provider with the
executor injected via the
ChannelFactoryResource annotation. |
@Inject public NioServerSocketChannelFactoryProvider(@ChannelFactoryResource Executor executor)
executor injected via the
ChannelFactoryResource annotation.public NioServerSocketChannelFactory get()
Copyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.