Deprecated API


Contents
Deprecated Methods
net.sf.cindy.session.SessionFactory.createDatagramSession()
          use createSession(SessionType.UDP) instead. 
net.sf.cindy.session.SessionFactory.createSessionAcceptor()
          use createSessionAcceptor(SessionType.TCP) instead. 
net.sf.cindy.session.SessionFactory.createSocketSession()
          use createSession(SessionType.TCP) instead.