Class BGPHandlerFactory
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.BGPHandlerFactory
-
public class BGPHandlerFactory extends Object
BGP specific factory for protocol inbound/outbound handlers.
-
-
Constructor Summary
Constructors Constructor Description BGPHandlerFactory(MessageRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandler[]
getDecoders()
io.netty.channel.ChannelHandler[]
getEncoders()
-
-
-
Constructor Detail
-
BGPHandlerFactory
public BGPHandlerFactory(MessageRegistry registry)
-
-