| Modifier and Type | Class and Description |
|---|---|
class |
LoadConfigurationException
Used to report errors concerning the SmartInspect.loadConfiguration method.
|
class |
LoadConnectionsException
Used to report errors concerning the SmartInspect.loadConnections method.
|
| Modifier and Type | Method and Description |
|---|---|
static Date |
FileHelper.getFileDate(String baseName,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsParserListener.onProtocol(ConnectionsParserEvent e)
Represents the callback function for the ConnectionsParser class.
|
void |
ConnectionsParser.parse(String connections,
ConnectionsParserListener callback)
Parses a connections string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsParserListener.onOption(OptionsParserEvent e)
Represents the callback function for the OptionsParser class.
|
void |
OptionsParser.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolException
This class is used to report any errors concerning the protocol classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpProtocol.doHandShake() |
static Protocol |
ProtocolFactory.getProtocol(String name,
String options)
Creates an instance of a Protocol subclass.
|
void |
Protocol.initialize(String options)
Sets and initializes the options of this protocol.
|
protected void |
TcpProtocol.readServerBanner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloudProtocol.doHandShake()
Overrides TCP protocol handshake by reversing the order,
for compatibility with TLS.
|
Copyright © 2023. All rights reserved.