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:
-
Field Summary
Fields inherited from class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
_socket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface
getConnectionTo
(Socket socket) de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface
void
setParameters
(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
- Specified by:
getParameters
in interfacede.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
-
setParameters
- Specified by:
setParameters
in interfacede.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
-
getPlainConnection
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()- Specified by:
getPlainConnection
in interfacede.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
- Overrides:
getPlainConnection
in classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
getConnectionTo
- Overrides:
getConnectionTo
in classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
getPlainConnectionName
- Specified by:
getPlainConnectionName
in interfacede.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
- Overrides:
getPlainConnectionName
in classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-