Uses of Class
com.gurock.smartinspect.SmartInspectException
-
-
Uses of SmartInspectException in com.gurock.smartinspect
Subclasses of SmartInspectException in com.gurock.smartinspect Modifier and Type Class Description classLoadConfigurationExceptionUsed to report errors concerning the SmartInspect.loadConfiguration method.classLoadConnectionsExceptionUsed to report errors concerning the SmartInspect.loadConnections method.Methods in com.gurock.smartinspect that throw SmartInspectException Modifier and Type Method Description static DateFileHelper. getFileDate(String baseName, String path) -
Uses of SmartInspectException in com.gurock.smartinspect.connections
Methods in com.gurock.smartinspect.connections that throw SmartInspectException Modifier and Type Method Description voidConnectionsParserListener. onProtocol(ConnectionsParserEvent e)Represents the callback function for the ConnectionsParser class.voidConnectionsParser. parse(String connections, ConnectionsParserListener callback)Parses a connections string. -
Uses of SmartInspectException in com.gurock.smartinspect.connections.options
Methods in com.gurock.smartinspect.connections.options that throw SmartInspectException Modifier and Type Method Description voidOptionsParserListener. onOption(OptionsParserEvent e)Represents the callback function for the OptionsParser class.voidOptionsParser. parse(String protocol, String options, OptionsParserListener callback)Parses the options part of a connections string and informs the caller about found options with the supplied callback listener. -
Uses of SmartInspectException in com.gurock.smartinspect.protocols
Subclasses of SmartInspectException in com.gurock.smartinspect.protocols Modifier and Type Class Description classProtocolExceptionThis class is used to report any errors concerning the protocol classes.Methods in com.gurock.smartinspect.protocols that throw SmartInspectException Modifier and Type Method Description protected voidTcpProtocol. doHandShake()static ProtocolProtocolFactory. getProtocol(String name, String options)Creates an instance of a Protocol subclass.voidProtocol. initialize(String options)Sets and initializes the options of this protocol.protected voidTcpProtocol. readServerBanner() -
Uses of SmartInspectException in com.gurock.smartinspect.protocols.cloud
Methods in com.gurock.smartinspect.protocols.cloud that throw SmartInspectException Modifier and Type Method Description protected voidCloudProtocol. doHandShake()Overrides TCP protocol handshake by reversing the order, for compatibility with TLS.
-