Cronous Emulation Server Daemon

ServerPacketFactory Class

Server packet factory (singleton).

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

System.Object
   croemud.packet.PacketFactory
      croemud.packet.ServerPacketFactory

[Visual Basic]
NotInheritable Public Class ServerPacketFactory
    Inherits PacketFactory
[C#]
public sealed class ServerPacketFactory : PacketFactory
[C++]
public __gc __sealed class ServerPacketFactory : public PacketFactory
[JScript]
public  class ServerPacketFactory extends PacketFactory

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.packet

Assembly: croemud (in croemud.dll)

See Also

ServerPacketFactory Members | croemud.packet Namespace