public interface ISessionStrategy extends IExtension
EXTENSION_COMPRESSION, EXTENSION_DISCOVERY, EXTENSION_ENCRYPTION, EXTENSION_ROUTING, EXTENSION_SEMANTIC, EXTENSION_SERIALIZATION, EXTENSION_TRANSCEIVER
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getPlugin(short extension,
java.util.Vector plugins,
NFCollection collection)
This method is called to determine the suitability of a set of plug-ins
for a specified extension.
|
java.util.Vector getPlugin(short extension, java.util.Vector plugins, NFCollection collection)
extension
- The extension layer that is currently considered.plugins
- The plug-in descriptions of compatible plug-ins for the
specified layer.collection
- The collection of non-functional parameters.