|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintAlternatives | |
---|---|
net.jini.jeri.http | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use HTTP
messages sent over TCP sockets as the underlying communication
mechanism. |
net.jini.jeri.ssl | Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
net.jini.jeri.tcp | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
Uses of ConstraintAlternatives in net.jini.jeri.http |
---|
Methods in net.jini.jeri.http with parameters of type ConstraintAlternatives | |
---|---|
private void |
Constraints.Distilled.addAlternatives(ConstraintAlternatives constraint,
boolean isRequirement)
If "isRequirement" is true, throws an UnsupportedConstraintException if we do not support at least the transport layer aspects of at least one of the constraints in the given alternatives. |
Uses of ConstraintAlternatives in net.jini.jeri.ssl |
---|
Methods in net.jini.jeri.ssl with parameters of type ConstraintAlternatives | |
---|---|
private long |
ConnectionContext.supported(ConstraintAlternatives constraint)
Checks if the constraint alternatives are supported, returning NOT_SUPPORTED if the elements have different types or none are supported, INTEGRITY if the elements are instances of Integrity, the largest connection time if the elements are instances of ConnectionAbsoluteTime, and otherwise OK. |
Uses of ConstraintAlternatives in net.jini.jeri.tcp |
---|
Methods in net.jini.jeri.tcp with parameters of type ConstraintAlternatives | |
---|---|
private void |
Constraints.Distilled.addAlternatives(ConstraintAlternatives constraint,
boolean isRequirement)
If "isRequirement" is true, throws an UnsupportedConstraintException if we do not support at least the transport layer aspects of at least one of the constraints in the given alternatives. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |