Class LocalDavDavConnectionServer

java.lang.Object
de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
de.kappich.pat.testumg.util.connections.LocalDavDavConnectionServer
All Implemented Interfaces:
de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface, de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface

public class LocalDavDavConnectionServer extends de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication implements de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface, de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
Server-Schnittstelle, die LocalDavDavConnection-Verbingungen erzeugt.
See Also:
  • Constructor Details

    • LocalDavDavConnectionServer

      public LocalDavDavConnectionServer()
  • Method Details

    • getParameters

      public String getParameters()
      Specified by:
      getParameters in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
    • setParameters

      public void setParameters(String parameters)
      Specified by:
      setParameters in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
    • getPlainConnection

      public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()
      Specified by:
      getPlainConnection in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
      Overrides:
      getPlainConnection in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
    • getConnectionTo

      public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(Socket socket)
      Overrides:
      getConnectionTo in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
    • getPlainConnectionName

      public String getPlainConnectionName()
      Specified by:
      getPlainConnectionName in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
      Overrides:
      getPlainConnectionName in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication