public interface LocalClientChannelFactory extends ChannelFactory
ChannelFactory
that creates a client-side LocalChannel
.Modifier and Type | Method and Description |
---|---|
LocalChannel |
newChannel(ChannelPipeline pipeline)
|
releaseExternalResources, shutdown
LocalChannel newChannel(ChannelPipeline pipeline)
ChannelFactory
newChannel
in interface ChannelFactory
pipeline
- the ChannelPipeline
which is going to be
attached to the new Channel
Copyright © 2008-2014 The Netty Project. All Rights Reserved.