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, dieLocalDavDavConnection
-Verbingungen erzeugt.- See Also:
LocalDavDavConnection
-
-
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
-
-
-
-
Method Detail
-
setParameters
public void setParameters(java.lang.String parameters)
- Specified by:
setParameters
in interfacede.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
-
getParameters
public java.lang.String getParameters()
- Specified by:
getParameters
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
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
- Overrides:
getConnectionTo
in classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
getPlainConnectionName
public java.lang.String getPlainConnectionName()
- Specified by:
getPlainConnectionName
in interfacede.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
- Overrides:
getPlainConnectionName
in classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
-