Uses of Class
com.gurock.smartinspect.protocols.Protocol
-
Packages that use Protocol Package Description com.gurock.smartinspect.protocols com.gurock.smartinspect.protocols.cloud com.gurock.smartinspect.protocols.pipe com.gurock.smartinspect.scheduler -
-
Uses of Protocol in com.gurock.smartinspect.protocols
Subclasses of Protocol in com.gurock.smartinspect.protocols Modifier and Type Class Description classFileProtocolThe FileProtocol serves as a standard SmartInspect protocol for writing log packets to a log file.classMemoryProtocolUsed for writing log data to memory and saving it to a stream or protocol object on request.classTcpProtocolUsed for sending packets to the SmartInspect Console over a TCP socket connection.classTextProtocolUsed for writing customizable plain text log files.Methods in com.gurock.smartinspect.protocols that return Protocol Modifier and Type Method Description static ProtocolProtocolFactory. getProtocol(String name, String options)Creates an instance of a Protocol subclass. -
Uses of Protocol in com.gurock.smartinspect.protocols.cloud
Subclasses of Protocol in com.gurock.smartinspect.protocols.cloud Modifier and Type Class Description classCloudProtocolUsed for sending packets to the SmartInspect Cloud. -
Uses of Protocol in com.gurock.smartinspect.protocols.pipe
Subclasses of Protocol in com.gurock.smartinspect.protocols.pipe Modifier and Type Class Description classPipeProtocolUsed for sending packets to a local SmartInspect Console over a named pipe connection. -
Uses of Protocol in com.gurock.smartinspect.scheduler
Constructors in com.gurock.smartinspect.scheduler with parameters of type Protocol Constructor Description Scheduler(Protocol protocol)Creates and initializes a new Scheduler instance.
-