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
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, wait
public void setParameters(java.lang.String parameters)
setParameters
in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
public java.lang.String getParameters()
getParameters
in interface de.bsvrz.dav.daf.communication.lowLevel.ParameterizedConnectionInterface
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()
getPlainConnection
in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
getPlainConnection
in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
public de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
getConnectionTo
in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication
public java.lang.String getPlainConnectionName()
getPlainConnectionName
in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
getPlainConnectionName
in class de.bsvrz.dav.daf.communication.tcpCommunication.TCP_IP_ServerCommunication