public class LocalDavDavConnectionServer
extends de.bsvrz.dav.dav.communication.tcpCommunication.TCP_IP_ServerCommunication
implements de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface, de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
| Constructor and Description |
|---|
LocalDavDavConnectionServer() |
| Modifier and Type | Method and 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) |
accept, connect, disconnectpublic void setParameters(java.lang.String parameters)
setParameters in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterfacepublic java.lang.String getParameters()
getParameters in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterfacepublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()
getPlainConnection in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacegetPlainConnection in class de.bsvrz.dav.dav.communication.tcpCommunication.TCP_IP_ServerCommunicationpublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
getConnectionTo in class de.bsvrz.dav.dav.communication.tcpCommunication.TCP_IP_ServerCommunicationpublic java.lang.String getPlainConnectionName()
getPlainConnectionName in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacegetPlainConnectionName in class de.bsvrz.dav.dav.communication.tcpCommunication.TCP_IP_ServerCommunication