|
||||||||||
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)
ChannelFactory
Channel
and attaches the specified
ChannelPipeline
to the new Channel
.
newChannel
in interface ChannelFactory
newChannel
in interface LocalClientChannelFactory
pipeline
- the ChannelPipeline
which is going to be
attached to the new Channel
public void releaseExternalResources()
releaseExternalResources
in interface ChannelFactory
releaseExternalResources
in interface ExternalResourceReleasable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |