Class TCP_IP_ServerCommunication

  • All Implemented Interfaces:
    de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface

    @Deprecated
    public class TCP_IP_ServerCommunication
    extends de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
    Deprecated.
    Diese Klasse wurde nach TCP_IP_ServerCommunication verschoben und ist nur noch vorhanden, damit alte Definitionen in Scripten usw. noch funktionieren.
    • Field Summary

      • Fields inherited from class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication

        _socket
    • Method Summary

      • Methods inherited from class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication

        accept, connect, disconnect, getConnectionTo, getPlainConnection, getPlainConnectionName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TCP_IP_ServerCommunication

        public TCP_IP_ServerCommunication()
        Deprecated.