public class ComputingResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
LinkedList<es.tid.pce.pcep.constructs.StateReport> |
ReportList |
LinkedList<es.tid.pce.pcep.constructs.Response> |
ResponseList |
| Constructor and Description |
|---|
ComputingResponse()
Construct new PCEP Request from scratch
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(es.tid.pce.pcep.constructs.StateReport report) |
void |
addResponse(es.tid.pce.pcep.constructs.Response response) |
void |
encode() |
void |
encode(boolean isFather) |
byte[] |
getBytes() |
int |
getEncodingType() |
es.tid.tedb.ReachabilityManager |
getReachabilityManager() |
LinkedList<es.tid.pce.pcep.constructs.StateReport> |
getReportList() |
es.tid.pce.pcep.constructs.Response |
getResponse(int index) |
LinkedList<es.tid.pce.pcep.constructs.Response> |
getResponseList() |
es.tid.pce.pcep.constructs.StateReport |
getResport(int index) |
void |
setEncodingType(int encodingType) |
void |
setMessageBytes(byte[] messageBytes) |
void |
setReachabilityManager(es.tid.tedb.ReachabilityManager reachabilityManager) |
void |
setReportList(LinkedList<es.tid.pce.pcep.constructs.StateReport> reportList) |
void |
setResponsetList(LinkedList<es.tid.pce.pcep.constructs.Response> responseList) |
String |
toString() |
public LinkedList<es.tid.pce.pcep.constructs.Response> ResponseList
public LinkedList<es.tid.pce.pcep.constructs.StateReport> ReportList
public ComputingResponse()
public LinkedList<es.tid.pce.pcep.constructs.StateReport> getReportList()
public void setReportList(LinkedList<es.tid.pce.pcep.constructs.StateReport> reportList)
public void addResponse(es.tid.pce.pcep.constructs.Response response)
public es.tid.pce.pcep.constructs.Response getResponse(int index)
public void addReport(es.tid.pce.pcep.constructs.StateReport report)
public es.tid.pce.pcep.constructs.StateReport getResport(int index)
public LinkedList<es.tid.pce.pcep.constructs.Response> getResponseList()
public void setResponsetList(LinkedList<es.tid.pce.pcep.constructs.Response> responseList)
public void encode(boolean isFather)
throws es.tid.pce.pcep.PCEPProtocolViolationException
es.tid.pce.pcep.PCEPProtocolViolationExceptionpublic void encode()
throws es.tid.pce.pcep.PCEPProtocolViolationException
es.tid.pce.pcep.PCEPProtocolViolationExceptionpublic int getEncodingType()
public void setEncodingType(int encodingType)
public byte[] getBytes()
public void setMessageBytes(byte[] messageBytes)
public es.tid.tedb.ReachabilityManager getReachabilityManager()
public void setReachabilityManager(es.tid.tedb.ReachabilityManager reachabilityManager)
Copyright © 2016. All rights reserved.