| FileProtocol |
The FileProtocol serves as a standard SmartInspect protocol for writing log packets to a log file.
|
| MemoryProtocol |
Used for writing log data to memory and saving it to a stream or
protocol object on request.
|
| Protocol |
This is the abstract base class for a protocol.
|
| ProtocolAdapter |
Represents the adapter class for the ProtocolListener event
interface of the Protocol class.
|
| ProtocolCommand |
Represents a custom protocol action command as used by the
Protocol.dispatch method.
|
| ProtocolFactory |
Creates Protocol instances and registers custom protocols.
|
| ProtocolVariables |
Manages connection variables.
|
| TcpProtocol |
Used for sending packets to the SmartInspect Console over a TCP socket connection.
|
| TextProtocol |
Used for writing customizable plain text log files.
|