JGDMS Project 3.0-SNAPSHOT API Documentation

Skip navigation links
B C D E F G H M O R S T U W X 

B

BaseProvider - Class in org.apache.river.discovery.internal
Base superclass for discovery format provider implementations.
BaseProvider(String) - Constructor for class org.apache.river.discovery.internal.BaseProvider
Constructs instance with the given format name.

C

checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.internal.EndpointBasedClient
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.internal.EndpointBasedServer
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.internal.UnicastClient
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.internal.UnicastServer
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Server
 
Client - Class in org.apache.river.discovery.kerberos
Implements the client side of the net.jini.discovery.kerberos unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.kerberos.Client
Creates a new instance.
Client - Class in org.apache.river.discovery.plaintext
Implements the client side of the net.jini.discovery.plaintext discovery format.
Client() - Constructor for class org.apache.river.discovery.plaintext.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.ssl
Implements the client side of the net.jini.discovery.ssl unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.ssl.Client
 
Client - Class in org.apache.river.discovery.ssl.sha224
Implements the client side of the net.jini.discovery.ssl.sha224 unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.ssl.sha224.Client
 
Client - Class in org.apache.river.discovery.ssl.sha256
Implements the client side of the net.jini.discovery.ssl.sha256 unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.ssl.sha256.Client
 
Client - Class in org.apache.river.discovery.ssl.sha384
Implements the client side of the net.jini.discovery.ssl.sha384 unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.ssl.sha384.Client
 
Client - Class in org.apache.river.discovery.ssl.sha512
Implements the client side of the net.jini.discovery.ssl.sha512 unicast discovery format.
Client() - Constructor for class org.apache.river.discovery.ssl.sha512.Client
 
Client - Class in org.apache.river.discovery.x500.sha1withdsa
Implements the client side of the net.jini.discovery.x500.SHA1withDSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha1withdsa.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.x500.sha1withrsa
Implements the client side of the net.jini.discovery.x500.SHA1withRSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha1withrsa.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.x500.sha256withdsa
Implements the client side of the net.jini.discovery.x500.SHA256withDSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha256withdsa.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.x500.sha256withrsa
Implements the client side of the net.jini.discovery.x500.SHA256withRSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha256withrsa.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.x500.sha512withecdsa
Implements the client side of the net.jini.discovery.x500.SHA512withECDSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha512withecdsa.Client
Constructs a new instance.
Client - Class in org.apache.river.discovery.x500.sha512withrsa
Implements the client side of the net.jini.discovery.x500.SHA512withRSA format.
Client() - Constructor for class org.apache.river.discovery.x500.sha512withrsa.Client
Constructs a new instance.

D

decodeMulticastAnnouncement(DatagramPacket, InvocationConstraints) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
Unsupported.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.internal.MulticastClient
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class org.apache.river.discovery.internal.MulticastClient
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class org.apache.river.discovery.internal.X500Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.internal.X500Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
 
decodeMulticastRequest(DatagramPacket, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
Unsupported.
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.internal.MulticastServer
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class org.apache.river.discovery.internal.MulticastServer
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class org.apache.river.discovery.internal.X500Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.internal.X500Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.plaintext.Server
 
DiscoveryUnicastHTTPS - Class in org.apache.river.discovery.https
This exists as a separate https protocol because the jini discovery protocol cannot perform the required handshake negotiation to select a provider as specified in DJ.2.6.6 and DJ.2.6.7 through firewalls and https proxy servers.
DiscoveryUnicastHTTPS() - Constructor for class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.internal.EndpointBasedClient
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.internal.UnicastClient
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.plaintext.Client
 

E

encodeMulticastAnnouncement(MulticastAnnouncement, int, InvocationConstraints) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
Unsupported.
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.internal.MulticastServer
 
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.internal.X500Server
 
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Server
 
encodeMulticastRequest(MulticastRequest, int, InvocationConstraints) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
Unsupported.
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.internal.MulticastClient
 
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.internal.X500Client
 
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
 
EndpointBasedClient - Class in org.apache.river.discovery.internal
Provides an abstract endpoint-based UnicastDiscoveryClient implementation, which serves as a superclass for client-side providers for the net.jini.discovery.ssl and net.jini.discovery.kerberos unicast discovery formats.
EndpointBasedClient(String, EndpointInternals) - Constructor for class org.apache.river.discovery.internal.EndpointBasedClient
Constructs instance with the given format name and object providing access to non-public endpoint operations.
EndpointBasedServer - Class in org.apache.river.discovery.internal
Provides an abstract server endpoint-based UnicastDiscoveryServer implementation, which serves as a superclass for server-side providers for the net.jini.discovery.ssl and net.jini.discovery.kerberos unicast discovery formats.
EndpointBasedServer(String, EndpointInternals) - Constructor for class org.apache.river.discovery.internal.EndpointBasedServer
Constructs instance with the given format name and object providing access to non-public endpoint operations.

F

formatName - Variable in class org.apache.river.discovery.internal.BaseProvider
The format name.

G

getEndpoint(SocketFactory, InvocationConstraints) - Method in class org.apache.river.discovery.internal.EndpointBasedClient
Returns an endpoint which uses the given socket factory, if non-null, and may incorporate information (such as the expected server principal) from the given set of constraints, if non-null.
getFormatName() - Method in class org.apache.river.discovery.internal.BaseProvider
 
getFormatName() - Method in class org.apache.river.discovery.internal.MulticastClient
 
getFormatName() - Method in class org.apache.river.discovery.internal.MulticastServer
 
getFormatName() - Method in class org.apache.river.discovery.internal.UnicastClient
 
getFormatName() - Method in class org.apache.river.discovery.internal.UnicastServer
 
getFormatName() - Method in class org.apache.river.discovery.plaintext.Client
 
getFormatName() - Method in class org.apache.river.discovery.plaintext.Server
 
getServerEndpoint(ServerSocketFactory) - Method in class org.apache.river.discovery.internal.EndpointBasedServer
Returns a server endpoint which uses the given server socket factory, if non-null.

H

handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection) - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.internal.EndpointBasedServer
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.internal.UnicastServer
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.plaintext.Server
 

M

MulticastClient - Class in org.apache.river.discovery.internal
 
MulticastClient(X500Client) - Constructor for class org.apache.river.discovery.internal.MulticastClient
Constructs a new instance.
MulticastServer - Class in org.apache.river.discovery.internal
 
MulticastServer(X500Server) - Constructor for class org.apache.river.discovery.internal.MulticastServer
Constructs a new instance.

O

org.apache.river.discovery.https - package org.apache.river.discovery.https
Provides an implementation of the net.jini.discovery.https discovery format.
org.apache.river.discovery.internal - package org.apache.river.discovery.internal
 
org.apache.river.discovery.kerberos - package org.apache.river.discovery.kerberos
Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.plaintext - package org.apache.river.discovery.plaintext
Provides an implementation of the net.jini.discovery.plaintext discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.ssl - package org.apache.river.discovery.ssl
Provides an implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.ssl.sha224 - package org.apache.river.discovery.ssl.sha224
Provides an implementation of the net.jini.discovery.ssl.sha224 discovery format, extending net.jini.discovery.ssl specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.ssl.sha256 - package org.apache.river.discovery.ssl.sha256
net.jini.discovery.ssl.sha256 provides an extended implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.ssl.sha384 - package org.apache.river.discovery.ssl.sha384
net.jini.discovery.ssl.sha384 Provides an extended implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification that uses a more secure SHA-384 hash instead of SHA-1.
org.apache.river.discovery.ssl.sha512 - package org.apache.river.discovery.ssl.sha512
net.jini.discovery.ssl.sha512 provides an extended implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification using a SHA-512 instead of an SHA-1 hash.
org.apache.river.discovery.x500.sha1withdsa - package org.apache.river.discovery.x500.sha1withdsa
Provides an implementation of the net.jini.discovery.x500.SHA1withDSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha1withrsa - package org.apache.river.discovery.x500.sha1withrsa
Provides an implementation of the net.jini.discovery.x500.SHA1withRSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha256withdsa - package org.apache.river.discovery.x500.sha256withdsa
Provides an implementation of the net.jini.discovery.x500.SHA256withDSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha256withrsa - package org.apache.river.discovery.x500.sha256withrsa
Provides an implementation of the net.jini.discovery.x500.SHA256withRSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha512withecdsa - package org.apache.river.discovery.x500.sha512withecdsa
Provides an implementation of the net.jini.discovery.x500.SHA512withECDSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha512withrsa - package org.apache.river.discovery.x500.sha512withrsa
Provides an implementation of the net.jini.discovery.x500.SHA512withRSA discovery format, specified in the Jini Discovery and Join Specification.

R

readAnnotationCertsGrantPerm(InputStream, boolean) - Method in class org.apache.river.discovery.internal.EndpointBasedClient
 
readUnicastResponse(InputStream, ClassLoader, boolean, ClassLoader, Collection) - Method in class org.apache.river.discovery.internal.EndpointBasedClient
Client providers can override to utilize a different format.

S

Server - Class in org.apache.river.discovery.kerberos
Implements the server side of the net.jini.discovery.kerberos unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.kerberos.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.plaintext
Implements the server side of the net.jini.discovery.plaintext discovery format.
Server() - Constructor for class org.apache.river.discovery.plaintext.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.ssl
Implements the server side of the net.jini.discovery.ssl unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.ssl.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.ssl.sha224
Implements the server side of the net.jini.discovery.ssl.sha224 unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.ssl.sha224.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.ssl.sha256
Implements the server side of the net.jini.discovery.ssl.sha256 unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.ssl.sha256.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.ssl.sha384
Implements the server side of the net.jini.discovery.ssl.sha384 unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.ssl.sha384.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.ssl.sha512
Implements the server side of the net.jini.discovery.ssl.sha512 unicast discovery format.
Server() - Constructor for class org.apache.river.discovery.ssl.sha512.Server
Creates a new instance.
Server - Class in org.apache.river.discovery.x500.sha1withdsa
Implements the server side of the net.jini.discovery.x500.SHA1withDSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha1withdsa.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.x500.sha1withrsa
Implements the server side of the net.jini.discovery.x500.SHA1withRSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha1withrsa.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.x500.sha256withdsa
Implements the server side of the net.jini.discovery.x500.SHA256withDSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha256withdsa.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.x500.sha256withrsa
Implements the server side of the net.jini.discovery.x500.SHA256withRSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha256withrsa.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.x500.sha512withecdsa
Implements the server side of the net.jini.discovery.x500.SHA1withDSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha512withecdsa.Server
Constructs a new instance.
Server - Class in org.apache.river.discovery.x500.sha512withrsa
Implements the server side of the net.jini.discovery.x500.SHA512withRSA format.
Server() - Constructor for class org.apache.river.discovery.x500.sha512withrsa.Server
Constructs a new instance.

T

toString() - Method in class org.apache.river.discovery.https.DiscoveryUnicastHTTPS
 

U

UnicastClient - Class in org.apache.river.discovery.internal
 
UnicastClient(EndpointBasedClient) - Constructor for class org.apache.river.discovery.internal.UnicastClient
 
UnicastServer - Class in org.apache.river.discovery.internal
 
UnicastServer(EndpointBasedServer) - Constructor for class org.apache.river.discovery.internal.UnicastServer
Creates a new instance.

W

writeClassAnnotationCerts(OutputStream, UnicastResponse) - Method in class org.apache.river.discovery.internal.EndpointBasedServer
 
writeUnicastResponse(OutputStream, UnicastResponse, Collection) - Method in class org.apache.river.discovery.internal.EndpointBasedServer
Allows server providers to use a different unicast response.

X

X500Client - Class in org.apache.river.discovery.internal
Superclass for client-side providers for the net.jini.discovery.x500.* discovery formats.
X500Client(String, String, int, String, String) - Constructor for class org.apache.river.discovery.internal.X500Client
Creates an instance with the given attributes.
X500Server - Class in org.apache.river.discovery.internal
Superclass for server-side providers for the net.jini.discovery.x500.* discovery formats.
X500Server(String, String, int, String, String) - Constructor for class org.apache.river.discovery.internal.X500Server
Creates an instance with the given attributes.
B C D E F G H M O R S T U W X 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.