public class BgpPipelineFactory extends Object implements org.jboss.netty.channel.ChannelPipelineFactory, org.jboss.netty.util.ExternalResourceReleasable
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.netty.handler.timeout.ReadTimeoutHandler |
readTimeoutHandler |
| Constructor and Description |
|---|
BgpPipelineFactory(org.onosproject.bgp.controller.BgpController bgpController,
boolean isBgpServ)
Constructor to initialize the values.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
void |
releaseExternalResources() |
protected org.jboss.netty.handler.timeout.ReadTimeoutHandler readTimeoutHandler
public BgpPipelineFactory(org.onosproject.bgp.controller.BgpController bgpController,
boolean isBgpServ)
bgpController - parent controllerisBgpServ - if it is a server or remote peerpublic org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactoryExceptionpublic void releaseExternalResources()
releaseExternalResources in interface org.jboss.netty.util.ExternalResourceReleasableCopyright © 2015. All rights reserved.