이름 |
설명 |
CardServer |
Implements a single Poker Server instance, with various game functions / game data storage. |
CardSet |
Represents the set of cards in the game. |
Client |
Represents a single client connected to the game server. This class also handles the send/receive for the web socket connection. |
ClientInfo |
Specifies information about a single connected client. |
Ext |
|
Program |
Entry class for the poker server. Handles named pipe communications, as well as web socket server setup. |
Round |
Specifies information about a game round. |
ServerRequestInfo |
Specifies information about a request coming in to the server from a client. |
Utilities |
Contains utility methods. |
Vote |
Represents a single vote from a single client. |