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:
LocalDavDavConnection
  • Field Summary

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

    _socket
  • Constructor Summary

    Constructors
    Constructor Description
    LocalDavDavConnectionServer()  
  • Method Summary

    Modifier and Type Method Description
    de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo​(java.net.Socket socket)  
    java.lang.String getParameters()  
    de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()  
    java.lang.String getPlainConnectionName()  
    void setParameters​(java.lang.String parameters)  

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

    accept, connect, disconnect

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface

    accept, connect, disconnect
  • Constructor Details

    • LocalDavDavConnectionServer

      public LocalDavDavConnectionServer()
  • Method Details

    • getParameters

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

      public void setParameters​(java.lang.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​(java.net.Socket socket)
      Overrides:
      getConnectionTo in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
    • getPlainConnectionName

      public java.lang.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