- java.lang.Object
-
- swim.runtime.scope.ScopePushRequest
-
- All Implemented Interfaces:
PushRequest
public class ScopePushRequest extends Object implements PushRequest
-
-
Constructor Summary
Constructors Constructor Description ScopePushRequest(swim.uri.Uri meshUri, swim.uri.Uri hostUri, swim.api.auth.Identity identity, swim.warp.Envelope envelope, float prio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddidDecline()voiddidDeliver()swim.warp.Envelopeenvelope()swim.uri.UrihostUri()swim.api.auth.Identityidentity()swim.uri.UrimeshUri()swim.uri.UrinodeUri()floatprio()
-
-
-
Method Detail
-
meshUri
public swim.uri.Uri meshUri()
- Specified by:
meshUriin interfacePushRequest
-
hostUri
public swim.uri.Uri hostUri()
- Specified by:
hostUriin interfacePushRequest
-
nodeUri
public swim.uri.Uri nodeUri()
- Specified by:
nodeUriin interfacePushRequest
-
prio
public float prio()
- Specified by:
prioin interfacePushRequest
-
identity
public swim.api.auth.Identity identity()
- Specified by:
identityin interfacePushRequest
-
envelope
public swim.warp.Envelope envelope()
- Specified by:
envelopein interfacePushRequest
-
didDeliver
public void didDeliver()
- Specified by:
didDeliverin interfacePushRequest
-
didDecline
public void didDecline()
- Specified by:
didDeclinein interfacePushRequest
-
-