Package | Description |
---|---|
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.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
org.apache.river.collection |
Various collection classes used internally by code in
org.apache.river classes. |
org.apache.river.discovery |
Provides a set of constraints, low-level utility classes, and provider
interfaces for participating in versions 1 and 2 of the multicast request,
multicast announcement, and unicast discovery protocols.
|
org.apache.river.jeri.internal.http | |
org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
Class and Description |
---|
WeakSoftTable
A table that maps a key containing a weak reference to one or more values
containing soft references.
|
WeakSoftTable.RemovableReference
Implemented by classes to permit copying instances into reference queues
when they are added to the table and to remove them from the table when
the references are cleared.
|
WeakSoftTable.SoftValue
A value that maintains a soft reference to an object.
|
WeakSoftTable.WeakKey
A key that maintains a weak reference to an object which should be
compared by object identity.
|
Class and Description |
---|
WeakIdentityMap
Identity-based weak hash map.
|
Class and Description |
---|
SoftCache.Value |
WeakIdentityMap.Key |
WeakSoftTable.RemovableReference
Implemented by classes to permit copying instances into reference queues
when they are added to the table and to remove them from the table when
the references are cleared.
|
WeakSoftTable.SoftValue
A value that maintains a soft reference to an object.
|
WeakSoftTable.WeakKey
A key that maintains a weak reference to an object which should be
compared by object identity.
|
WeakTable.KeyGCHandler
Handler for clients that need to know when a key is removed
from the table because it has been collected.
|
Class and Description |
---|
SoftCache
Map of keys to softly-referenced values which automatically removes mappings
for garbage-collected values.
|
WeakIdentityMap
Identity-based weak hash map.
|
Class and Description |
---|
SoftCache
Map of keys to softly-referenced values which automatically removes mappings
for garbage-collected values.
|
Class and Description |
---|
WeakTable
This class is designed to allow weakly held keys to weakly held
objects.
|
WeakTable.KeyGCHandler
Handler for clients that need to know when a key is removed
from the table because it has been collected.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.