Class PCEPHandlerFactory
- java.lang.Object
-
- org.opendaylight.protocol.pcep.impl.PCEPHandlerFactory
-
public final class PCEPHandlerFactory extends Object
PCEP specific factory for protocol inbound/outbound handlers.
-
-
Constructor Summary
Constructors Constructor Description PCEPHandlerFactory(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
-
PCEPHandlerFactory
public PCEPHandlerFactory(MessageRegistry registry)
-
-