| Constructor and Description |
|---|
SNRequest() |
SNRequest(java.lang.String nodeId,
Resource reqResource,
Resource minResource,
java.lang.String networkUUID,
java.lang.String connector,
java.lang.String appServiceFingerprint) |
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseHopLimit() |
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
byte[] |
getAppServiceCertificate() |
java.lang.String |
getConnector() |
SNExploration |
getExplorationList() |
java.lang.String[] |
getHosts() |
Resource |
getMinResourceNeeded() |
java.lang.String |
getNetworkUUID() |
int |
getPOPAppId() |
byte[] |
getPublicCertificate() |
int |
getRemainingHops() |
Resource |
getResourceNeeded() |
java.lang.String |
getUID() |
java.lang.String |
getValue(java.lang.String key) |
SNWayback |
getWayback() |
boolean |
isEndRequest() |
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
void |
setAsEndRequest() |
void |
setHopLimit(int hops) |
void |
setHosts(java.lang.String[] hosts) |
void |
setOS(java.lang.String platform) |
void |
setPOPAppId(int popAppId) |
void |
setValue(java.lang.String key,
java.lang.String value) |
public boolean isEndRequest()
public void setAsEndRequest()
public java.lang.String getUID()
public SNExploration getExplorationList()
public java.lang.String getNetworkUUID()
public void setHosts(java.lang.String[] hosts)
public java.lang.String[] getHosts()
public void setHopLimit(int hops)
public void decreaseHopLimit()
public int getRemainingHops()
public void setPOPAppId(int popAppId)
public int getPOPAppId()
public Resource getResourceNeeded()
public Resource getMinResourceNeeded()
public SNWayback getWayback()
public void setOS(java.lang.String platform)
public byte[] getPublicCertificate()
public byte[] getAppServiceCertificate()
public java.lang.String getConnector()
public void setValue(java.lang.String key,
java.lang.String value)
public java.lang.String getValue(java.lang.String key)
public boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize from