Uses of Class
com.gurock.smartinspect.formatters.Formatter
-
Packages that use Formatter Package Description com.gurock.smartinspect.formatters com.gurock.smartinspect.protocols -
-
Uses of Formatter in com.gurock.smartinspect.formatters
Subclasses of Formatter in com.gurock.smartinspect.formatters Modifier and Type Class Description classBinaryFormatterResponsible for formatting and writing a packet in the standard SmartInspect binary format.classTextFormatterResponsible for creating a text representation of a packet and writing it to a stream. -
Uses of Formatter in com.gurock.smartinspect.protocols
Fields in com.gurock.smartinspect.protocols declared as Formatter Modifier and Type Field Description protected FormatterTcpProtocol. fFormatterMethods in com.gurock.smartinspect.protocols that return Formatter Modifier and Type Method Description protected FormatterFileProtocol. getFormatter()Returns the formatter for this log file protocol.protected FormatterTextProtocol. getFormatter()Returns the formatter for this log file protocol.
-