Cronous Emulation Server Daemon

ServerConnectionHandler Class

Server connection handler.

For a list of all members of this type, see ServerConnectionHandler Members.

System.Object
   croemud.connection.ServerConnectionHandler

[Visual Basic]
Public Class ServerConnectionHandler
    Implements TCPServerSocketHandler
[C#]
public class ServerConnectionHandler : TCPServerSocketHandler
[C++]
public __gc class ServerConnectionHandler : public TCPServerSocketHandler
[JScript]
public class ServerConnectionHandler extends TCPServerSocketHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.connection

Assembly: croemud (in croemud.dll)

See Also

ServerConnectionHandler Members | croemud.connection Namespace