| Interface | Description |
|---|---|
| ProtocolListener |
This listener interface is used in the Protocol class for error and
exception reporting.
|
| Class | Description |
|---|---|
| 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.
|
| Exception | Description |
|---|---|
| ProtocolException |
This class is used to report any errors concerning the protocol classes.
|
Copyright © 2023. All rights reserved.