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.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, disconnectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
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
-