public interface ConnectionsParserListener
This interface provides only a single method, called onProtocol, which is called for each found protocol in the parse method of the ConnectionsParser class. Please see the documentation of the onProtocol method for more information.
| Modifier and Type | Method and Description |
|---|---|
void |
onProtocol(ConnectionsParserEvent e)
Represents the callback function for the ConnectionsParser class.
|
void onProtocol(ConnectionsParserEvent e) throws SmartInspectException
e - A ConnectionsParserEvent argument which offers the possibility of retrieving information about the
found protocol and its options.SmartInspectException - If an error occurred or has been detected in the callback function.Copyright © 2023. All rights reserved.