public class ParentPCERequestManager extends Object
| Constructor and Description |
|---|
ParentPCERequestManager(LinkedBlockingQueue<es.tid.pce.pcep.messages.PCEPMessage> sendingQueue) |
| Modifier and Type | Method and Description |
|---|---|
es.tid.pce.pcep.messages.PCEPResponse |
newRequest(es.tid.pce.pcep.messages.PCEPRequest pcreq)
Send new request to the PCE and wait for its response.
|
void |
notifyResponse(es.tid.pce.pcep.messages.PCEPResponse pcres)
Notify that a new Response from the parent PCE has arrived.
|
public ParentPCERequestManager(LinkedBlockingQueue<es.tid.pce.pcep.messages.PCEPMessage> sendingQueue)
sendingQueue - Queue to send the request to the Parent PCEpublic void notifyResponse(es.tid.pce.pcep.messages.PCEPResponse pcres)
pcres - PCEP Responsepublic es.tid.pce.pcep.messages.PCEPResponse newRequest(es.tid.pce.pcep.messages.PCEPRequest pcreq)
pcreq - PCEP RequestCopyright © 2016. All rights reserved.