Uses of Interface
org.universAAL.lddi.zwave.exporter.Server.ISocketServerConnection

Packages that use ISocketServerConnection
org.universAAL.lddi.zwave.exporter.Server   
 

Uses of ISocketServerConnection in org.universAAL.lddi.zwave.exporter.Server
 

Classes in org.universAAL.lddi.zwave.exporter.Server that implement ISocketServerConnection
 class ConnectionDataHandler
          Connection wrapper to be used with xSocket library.
 

Methods in org.universAAL.lddi.zwave.exporter.Server that return ISocketServerConnection
 ISocketServerConnection ConnectionLinker.getConnectionById(int id)
          Returns the connection with the required id.
 

Methods in org.universAAL.lddi.zwave.exporter.Server with parameters of type ISocketServerConnection
 void ConnectionLinker.addConnection(ISocketServerConnection connection)
          Adds a new connection.
 void MotionServer.packetArrived(ISocketServerConnection connection, Object pckt)
           
 void ISocketServerConnectionListener.packetArrived(ISocketServerConnection connection, Object pckt)
          Called when a packet is fully reassembled.
 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 MotionServer.socketConnected(ISocketServerConnection connection)
           
 void ISocketServerConnectionListener.socketConnected(ISocketServerConnection connection)
          Called when a new connection is established, and the handler has been setup.
 void MotionServer.socketDisconnected(ISocketServerConnection connection)
           
 void ISocketServerConnectionListener.socketDisconnected(ISocketServerConnection connection)
          Called when the read operation reaches the end of stream.
 void MotionServer.socketException(ISocketServerConnection connection, Exception ex)
           
 void ISocketServerConnectionListener.socketException(ISocketServerConnection connection, Exception ex)
          Called when some error occurs while reading or writing to the socket.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.