Package org.cometd.oort
Class OortService.Request
- java.lang.Object
-
- org.cometd.oort.OortService.Request
-
- Enclosing class:
- OortService<R,C>
public static class OortService.Request extends Object
Encapsulates a forwarded request.- See Also:
OortService.onForward(Request),OortService.Result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetData()Map<String,Object>getDataAsMap()StringgetOortURL()booleanisLocal()
-
-
-
Method Detail
-
getData
public Object getData()
- Returns:
- the request data
-
getDataAsMap
public Map<String,Object> getDataAsMap()
- Returns:
- the request data as a
Map<String, Object>
-
getOortURL
public String getOortURL()
- Returns:
- the Oort URL of the requesting node
-
isLocal
public boolean isLocal()
- Returns:
- whether the request is local to the current Oort node
-
-