Interface DataSeeker
- All Known Subinterfaces:
IntegratedDataSeeker
- All Known Implementing Classes:
IntegratedNettyDataSeeker,StandaloneDataSeeker
public interface DataSeeker
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionTried to seek Floodgate data from the provided arguments.
-
Method Details
-
seekData
Tried to seek Floodgate data from the provided arguments. This method can throw the exceptions listed inFloodgateDataHandler.decodeDataToConnection(String)- Parameters:
hostname- the hostname sent by the clientextraData- extra data which can give extra context- Throws:
Exception
-