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:
  • Method Details Link icon

    • getData Link icon

      public Object getData()
      Returns:
      the request data
    • getDataAsMap Link icon

      public Map<String,Object> getDataAsMap()
      Returns:
      the request data as a Map<String, Object>
    • getOortURL Link icon

      public String getOortURL()
      Returns:
      the Oort URL of the requesting node
    • isLocal Link icon

      public boolean isLocal()
      Returns:
      whether the request is local to the current Oort node