| Constructor and Description |
|---|
LsaQueueConsumer(BlockingQueue queue,
org.jboss.netty.channel.Channel channel,
org.onosproject.ospf.controller.OspfArea ospfArea)
Creates an instance of LSA queue consumer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Threads run method.
|
void |
setChannel(org.jboss.netty.channel.Channel channel)
Sets the channel.
|
public LsaQueueConsumer(BlockingQueue queue, org.jboss.netty.channel.Channel channel, org.onosproject.ospf.controller.OspfArea ospfArea)
queue - queue instancechannel - netty channel instanceospfArea - OSPF area instanceCopyright © 2016. All rights reserved.