Base for connection management, implements the connection ID "0" behavior.
More...
|
|
| ConnectionManagerService () |
| | Creates a default "active" connection with identifier "0".
|
| |
|
| ConnectionManagerService (ProtocolInfos sourceProtocolInfo, ProtocolInfos sinkProtocolInfo) |
| | Creates a default "active" connection with identifier "0".
|
| |
|
| ConnectionManagerService (ConnectionInfo... activeConnections) |
| |
|
| ConnectionManagerService (ProtocolInfos sourceProtocolInfo, ProtocolInfos sinkProtocolInfo, ConnectionInfo... activeConnections) |
| |
|
| ConnectionManagerService (PropertyChangeSupport propertyChangeSupport, ProtocolInfos sourceProtocolInfo, ProtocolInfos sinkProtocolInfo, ConnectionInfo... activeConnections) |
| |
|
PropertyChangeSupport | getPropertyChangeSupport () |
| |
|
synchronized ConnectionInfo | getCurrentConnectionInfo (@UpnpInputArgument(name="ConnectionID") int connectionId) throws ActionException |
| |
|
synchronized CSV< UnsignedIntegerFourBytes > | getCurrentConnectionIDs () |
| |
|
synchronized void | getProtocolInfo () throws ActionException |
| |
|
synchronized ProtocolInfos | getSourceProtocolInfo () |
| |
|
synchronized ProtocolInfos | getSinkProtocolInfo () |
| |
|
|
final PropertyChangeSupport | propertyChangeSupport |
| |
|
final Map< Integer, ConnectionInfo > | activeConnections = new ConcurrentHashMap() |
| |
|
final ProtocolInfos | sourceProtocolInfo |
| |
|
final ProtocolInfos | sinkProtocolInfo |
| |
Base for connection management, implements the connection ID "0" behavior.
- Author
- Christian Bauer
-
Alessio Gaeta
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/de/yaacc/upnp/server/connectionmanager/ConnectionManagerService.java