de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface, de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacepublic 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
LocalDavDavConnection-Verbingungen erzeugt.LocalDavDavConnection| Constructor | Description |
|---|---|
LocalDavDavConnectionServer() |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.daf.communication.tcpCommunication.TCP_IP_ServerCommunicationpublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
getConnectionTo in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunicationpublic java.lang.String getPlainConnectionName()
getPlainConnectionName in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacegetPlainConnectionName in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication