Server InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodgetAddress
Get the servers bound address.
Public methodgetConnectionConfig
Report the connection configuration associated with a connection to the given address.
Public methodgetConnectionCount
Get the current number of server connections.
Public methodgetContext
Return the context associated with the server.
Public methodgetHandler
Get the server's associated transport handler.
Public methodgetRelatedServer
Get this server's related server.
Public methodgetServerType
Get the type of server.
Public methodisHandleAsync
Is the server an async or blocking server.
Public methodisSecure
Is the server inherently secure.
Public methodsend
Send data to the specified address.
Public methodstart
Request that the server be started.
Public methodstop
Request that the server be stopped.
Top
Remarks

This class represents an transport server.
See Also

Reference