|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subscription | |
---|---|
org.avis.client |
Uses of Subscription in org.avis.client |
---|
Fields in org.avis.client declared as Subscription | |
---|---|
Subscription |
NotificationEvent.subscription
The subscription that matched the notification. |
Fields in org.avis.client with type parameters of type Subscription | |
---|---|
Set<Subscription> |
GeneralNotificationEvent.insecureMatches
The subscriptions that insecurely matched the notification. |
Set<Subscription> |
GeneralNotificationEvent.matches
All subscriptions that matched the notification. |
Set<Subscription> |
GeneralNotificationEvent.secureMatches
The subscriptions that securely matched the notification. |
Methods in org.avis.client that return Subscription | |
---|---|
Subscription |
Elvin.subscribe(String subscriptionExpr)
Create a new subscription. |
Subscription |
Elvin.subscribe(String subscriptionExpr,
Keys keys)
Create a new subscription with a given set of security keys to enable secure delivery, but also allowing insecure notifications. |
Subscription |
Elvin.subscribe(String subscriptionExpr,
Keys keys,
SecureMode secureMode)
Create a new subscription. |
Subscription |
Elvin.subscribe(String subscriptionExpr,
SecureMode secureMode)
Create a new subscription with a given security mode but with an empty key set. |
Methods in org.avis.client that return types with arguments of type Subscription | |
---|---|
Set<Subscription> |
GeneralNotificationEvent.insecureMatches()
Deprecated. Since release 1.1, use GeneralNotificationEvent.insecureMatches instead. |
Set<Subscription> |
GeneralNotificationEvent.matches()
Deprecated. Since release 1.1, use GeneralNotificationEvent.matches instead. |
Set<Subscription> |
GeneralNotificationEvent.secureMatches()
Deprecated. Since release 1.1, use GeneralNotificationEvent.secureMatches instead. |
Methods in org.avis.client with parameters of type Subscription | |
---|---|
boolean |
Elvin.hasSubscription(Subscription subscription)
Test if a given subscription is part of this connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |