|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.channel.local.DefaultLocalServerChannelFactory
public class DefaultLocalServerChannelFactory
The default LocalServerChannelFactory implementation.
| Constructor Summary | |
|---|---|
DefaultLocalServerChannelFactory()
Creates a new instance. |
|
| Method Summary | |
|---|---|
LocalServerChannel |
newChannel(ChannelPipeline pipeline)
Creates and opens a new Channel and attaches the specified
ChannelPipeline to the new Channel. |
void |
releaseExternalResources()
Does nothing because this implementation does not require any external resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLocalServerChannelFactory()
| Method Detail |
|---|
public LocalServerChannel newChannel(ChannelPipeline pipeline)
ChannelFactoryChannel and attaches the specified
ChannelPipeline to the new Channel.
newChannel in interface ChannelFactorynewChannel in interface LocalServerChannelFactorynewChannel in interface ServerChannelFactorypipeline - the ChannelPipeline which is going to be
attached to the new Channel
public void releaseExternalResources()
releaseExternalResources in interface ChannelFactoryreleaseExternalResources in interface ExternalResourceReleasable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||