| Classes | |
|---|---|
| CaptureResult | Represents the result of a server capture operation, containing raw packets and parsed server information. |
| CaptureService | Service class for capturing game server information using configurable strategies and protocols. |
| ServerAddress | Represents a game server address consisting of IP and port. |
| ServerInfo | Represents detailed information about a game server, including status, players, and configuration. |
| Exceptions | |
| CaptureException | Exception thrown during server capture operations when an error occurs. |
| UnknownProtocolException | Exception thrown when an unknown or unsupported protocol is encountered during capture operations. |
| Functions | |
| createCaptureService | |
| Namespaces | |
| Clansuite\Capture\CLI | |
| Clansuite\Capture\Extractor | |
| Clansuite\Capture\Protocol | |
| Clansuite\Capture\Storage | |
| Clansuite\Capture\Strategy | |
| Clansuite\Capture\Worker | |