Package org.jboss.netty.channel.socket
Interface ClientSocketChannelFactory
- All Superinterfaces:
ChannelFactory
,ExternalResourceReleasable
- All Known Implementing Classes:
HttpTunnelingClientSocketChannelFactory
,NioClientSocketChannelFactory
,OioClientSocketChannelFactory
A
ChannelFactory
which creates a client-side SocketChannel
.-
Method Summary
Methods inherited from interface org.jboss.netty.channel.ChannelFactory
releaseExternalResources, shutdown
-
Method Details
-
newChannel
Description copied from interface:ChannelFactory
- Specified by:
newChannel
in interfaceChannelFactory
- Parameters:
pipeline
- theChannelPipeline
which is going to be attached to the newChannel
- Returns:
- the newly open channel
-