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