
public class DefaultLocalServerChannelFactory extends Object implements LocalServerChannelFactory
LocalServerChannelFactory implementation.| Constructor and Description |
|---|
DefaultLocalServerChannelFactory()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
LocalServerChannel |
newChannel(ChannelPipeline pipeline)
|
void |
releaseExternalResources()
Does nothing because this implementation does not require any external
resources.
|
public DefaultLocalServerChannelFactory()
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()
releaseExternalResources in interface ChannelFactoryreleaseExternalResources in interface ExternalResourceReleasableCopyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.