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
Modifier and Type Method Description Object
getData()
Map<String,Object>
getDataAsMap()
String
getOortURL()
boolean
isLocal()
-
Method Details
-
getData
- Returns:
- the request data
-
getDataAsMap
- Returns:
- the request data as a
Map<String, Object>
-
getOortURL
- Returns:
- the Oort URL of the requesting node
-
isLocal
public boolean isLocal()- Returns:
- whether the request is local to the current Oort node
-