This class represents an transport server.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface Server
The Server type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| getAddress | Get the servers bound address. | |
| getConnectionConfig | Report the connection configuration associated with a connection to the given address.
| |
| getConnectionCount | Get the current number of server connections. | |
| getContext | Return the context associated with the server. | |
| getHandler | Get the server's associated transport handler. | |
| getRelatedServer | Get this server's related server. | |
| getServerType | Get the type of server. | |
| isHandleAsync | Is the server an async or blocking server. | |
| isSecure | Is the server inherently secure. | |
| send | Send data to the specified address. | |
| start | Request that the server be started. | |
| stop | Request that the server be stopped. |
Remarks
See Also