|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.channel.local.DefaultLocalClientChannelFactory
public class DefaultLocalClientChannelFactory
The default LocalClientChannelFactory implementation.
| Constructor Summary | |
|---|---|
DefaultLocalClientChannelFactory()
Creates a new instance. |
|
| Method Summary | |
|---|---|
LocalChannel |
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 DefaultLocalClientChannelFactory()
| Method Detail |
|---|
public LocalChannel newChannel(ChannelPipeline pipeline)
ChannelFactoryChannel and attaches the specified
ChannelPipeline to the new Channel.
newChannel in interface ChannelFactorynewChannel in interface LocalClientChannelFactorypipeline - 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 | |||||||||