
public class DefaultLocalServerChannelFactory extends Object implements LocalServerChannelFactory
LocalServerChannelFactory implementation.| Constructor and Description |
|---|
DefaultLocalServerChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
LocalServerChannel |
newChannel(ChannelPipeline pipeline)
|
void |
releaseExternalResources()
Release all the previous created channels.
|
public LocalServerChannel newChannel(ChannelPipeline pipeline)
ChannelFactorynewChannel in interface ChannelFactorynewChannel in interface LocalServerChannelFactorynewChannel in interface ServerChannelFactorypipeline - the ChannelPipeline which is going to be
attached to the new Channelpublic void releaseExternalResources()
LocalChannelRegistry.unregister(LocalAddress) for each of them.releaseExternalResources in interface ChannelFactoryreleaseExternalResources in interface ExternalResourceReleasableCopyright © 2008-2013 The Netty Project. All Rights Reserved.