public interface ChannelPipelineFactory
ChannelPipeline
for a new Channel
.
This interface was introduced to initialize the ChannelPipeline
of
the child channel accepted by a ServerChannel
, but it is safe to use
it for any other purposes.
Modifier and Type | Method and Description |
---|---|
ChannelPipeline |
getPipeline()
Returns a newly created
ChannelPipeline . |
ChannelPipeline getPipeline() throws Exception
ChannelPipeline
.Exception
Copyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.