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.ServerConnectionInterfaceServer-Schnittstelle, dieLocalDavDavConnection-Verbingungen erzeugt.- See Also:
LocalDavDavConnection
-
-
Constructor Summary
Constructors Constructor Description LocalDavDavConnectionServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterfacegetConnectionTo(java.net.Socket socket)java.lang.StringgetParameters()de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterfacegetPlainConnection()java.lang.StringgetPlainConnectionName()voidsetParameters(java.lang.String parameters)-
Methods inherited from class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
accept, connect, disconnect
-
-
-
-
Method Detail
-
getParameters
public java.lang.String getParameters()
- Specified by:
getParametersin interfacede.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
-
setParameters
public void setParameters(java.lang.String parameters)
- Specified by:
setParametersin interfacede.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
-
getPlainConnection
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()
- Specified by:
getPlainConnectionin interfacede.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface- Overrides:
getPlainConnectionin classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
getConnectionTo
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
- Overrides:
getConnectionToin classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
getPlainConnectionName
public java.lang.String getPlainConnectionName()
- Specified by:
getPlainConnectionNamein interfacede.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface- Overrides:
getPlainConnectionNamein classde.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
-
-