| Package | Description |
|---|---|
| com.gurock.smartinspect.protocols | |
| com.gurock.smartinspect.protocols.cloud | |
| com.gurock.smartinspect.protocols.pipe | |
| com.gurock.smartinspect.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
FileProtocol
The FileProtocol serves as a standard SmartInspect protocol for writing log packets to a log file.
|
class |
MemoryProtocol
Used for writing log data to memory and saving it to a stream or
protocol object on request.
|
class |
TcpProtocol
Used for sending packets to the SmartInspect Console over a TCP socket connection.
|
class |
TextProtocol
Used for writing customizable plain text log files.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
ProtocolFactory.getProtocol(String name,
String options)
Creates an instance of a Protocol subclass.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudProtocol
Used for sending packets to the SmartInspect Cloud.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PipeProtocol
Used for sending packets to a local SmartInspect Console over a
named pipe connection.
|
| Constructor and Description |
|---|
Scheduler(Protocol protocol)
Creates and initializes a new Scheduler instance.
|
Copyright © 2023. All rights reserved.