| Package | Description | 
|---|---|
| org.universAAL.lddi.zwave.exporter.Server | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionDataHandler
Connection wrapper to be used with xSocket library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ISocketServerConnection | 
ConnectionLinker.getConnectionById(int id)
Returns the connection with the required id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConnectionLinker.addConnection(ISocketServerConnection connection)
Adds a new connection. 
 | 
void | 
ISocketServerConnectionListener.packetArrived(ISocketServerConnection connection,
             Object pckt)
Called when a packet is fully reassembled. 
 | 
void | 
MotionServer.packetArrived(ISocketServerConnection connection,
             Object pckt)  | 
void | 
ISocketServerConnectionListener.packetSent(ISocketServerConnection connection,
          int size)
Called after a packet has been sent. 
 | 
void | 
AbstractSocketServerXSocket.packetSent(ISocketServerConnection connection,
          int size)
Data sent notification. 
 | 
void | 
ConnectionLinker.removeConnection(ISocketServerConnection connection)
Removes a connection. 
 | 
void | 
ISocketServerConnectionListener.socketConnected(ISocketServerConnection connection)
Called when a new connection is established, and the handler has been
 setup. 
 | 
void | 
MotionServer.socketConnected(ISocketServerConnection connection)  | 
void | 
ISocketServerConnectionListener.socketDisconnected(ISocketServerConnection connection)
Called when the read operation reaches the end of stream. 
 | 
void | 
MotionServer.socketDisconnected(ISocketServerConnection connection)  | 
void | 
ISocketServerConnectionListener.socketException(ISocketServerConnection connection,
               Exception ex)
Called when some error occurs while reading or writing to the socket. 
 | 
void | 
MotionServer.socketException(ISocketServerConnection connection,
               Exception ex)  | 
Copyright © 2018 universAAL Consortium. All rights reserved.