public interface IStreamer
Modifier and Type | Method and Description |
---|---|
IStreamConnector |
openSession(ISession session)
Opens an outgoing streaming connector that connects to the specified
target system.
|
boolean |
prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Prepares a session to communicate with the specified target under
the specified requirements.
|
IStreamConnector openSession(ISession session) throws java.io.IOException
session
- A session that has been negotiated previously using the
prepare method.java.io.IOException
- Thrown if the connector cannot be opened.boolean prepareSession(PluginDescription d, NFCollection c, ISession s)
s
- The session that can be used to negotiate session
specific data and to store local information used to initiate the
communication.c
- The non-functional requirements.d
- The plugin description of the remote plugin.