net.jini.discovery.plaintext
discovery format, specified in the Jini Discovery and Join
Specification.See: Description
Class | Description |
---|---|
Client |
Implements the client side of the
net.jini.discovery.plaintext
discovery format. |
Server |
Implements the server side of the
net.jini.discovery.plaintext
discovery format. |
net.jini.discovery.plaintext
discovery format, specified in the Jini Discovery and Join
Specification. The Client
class
implements the client side of the net.jini.discovery.plaintext
discovery format for the multicast request, multicast announcement, and unicast
discovery protocols, while the Server
class implements the server side of the discovery format for those protocols.
Both classes are intended to be specified in a resource to configure the
operation of the Discovery
class, as described
in the documentation for
Discovery.getProtocol2(ClassLoader)
.
Client
and
Server
support the following constraints:
ConnectionAbsoluteTime
ConnectionRelativeTime
ConstraintAlternatives
if at
least one element is supported
Integrity.NO
Confidentiality.NO
ClientAuthentication.NO
ServerAuthentication.NO
Delegation.NO
ClientMaxPrincipal
ClientMaxPrincipalType
ClientMinPrincipal
ClientMinPrincipalType
ServerMinPrincipal
DelegationAbsoluteTime
DelegationRelativeTime
ClientMaxPricipal
,
ClientMaxPrincipalType
, ClientMinPrincipal
,
ClientMinPrincipalType
, ServerMinPrincipal
,
DelegationAbsoluteTime
, and
DelegationRelativeTime
constraints are trivially
supported if ClientAuthentication.YES
,
ServerAuthentication.YES
, and Delegation.YES
are not supported.)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.