|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcceptPolicy | |
---|---|
com.jivesoftware.forum.net | A server network i/o front end package. |
com.jivesoftware.forum.net.policies | Implementations of the AcceptPolicy interface. |
Uses of AcceptPolicy in com.jivesoftware.forum.net |
---|
Methods in com.jivesoftware.forum.net that return AcceptPolicy | |
---|---|
AcceptPolicy |
AcceptPort.getAcceptPolicy()
The accept policy specific to this accept port. |
AcceptPolicy |
AcceptManager.getGlobalAcceptPolicy()
Returns the accept policy. |
Uses of AcceptPolicy in com.jivesoftware.forum.net.policies |
---|
Classes in com.jivesoftware.forum.net.policies that implement AcceptPolicy | |
---|---|
class |
AndPolicy
Performs a basic logical AND evaluation on child policies (both must evaluate to true in order for this policy to evaluate true). |
class |
BasicAcceptPolicy
The simplest possible accept policy that either accepts or rejects all connections. |
class |
NotPolicy
Performs a basic logical NOT evaluation on a child policy (e.g. |
class |
OrPolicy
Performs a basic logical OR evaluation on child policies (if either evaluate to true this policy will evaluate true). |
class |
XorPolicy
Performs a bitwise logical XOR (exclusive OR) evaluation on child policies (if both policies evaluate to true or false the XOR result is false). |
Constructors in com.jivesoftware.forum.net.policies with parameters of type AcceptPolicy | |
---|---|
AndPolicy(AcceptPolicy firstPolicy,
AcceptPolicy secondPolicy)
Create an AND policy with the given two child policies. |
|
NotPolicy(AcceptPolicy policy)
Create an NOT policy for the given policy. |
|
OrPolicy(AcceptPolicy firstPolicy,
AcceptPolicy secondPolicy)
Create an OR policy with the given two child policies. |
|
XorPolicy(AcceptPolicy firstPolicy,
AcceptPolicy secondPolicy)
Create an AND policy with the given two child policies. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |