Class TCP_IP_ServerCommunication

java.lang.Object
de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
de.bsvrz.dav.dav.communication.tcpCommunication.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
  • Constructor Summary

    Constructors
    Constructor Description
    TCP_IP_ServerCommunication()
    Deprecated.
     
  • 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 Details

    • TCP_IP_ServerCommunication

      public TCP_IP_ServerCommunication()
      Deprecated.