Class StandaloneDataSeeker
java.lang.Object
org.geysermc.floodgate.core.connection.standalone.StandaloneDataSeeker
- All Implemented Interfaces:
DataSeeker
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.geysermc.floodgate.core.connection.DataSeeker
DataSeeker.DataSeekerResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTried to seek Floodgate data from the provided arguments.
-
Constructor Details
-
StandaloneDataSeeker
public StandaloneDataSeeker()
-
-
Method Details
-
seekData
Description copied from interface:DataSeekerTried to seek Floodgate data from the provided arguments. This method can throw the exceptions listed inFloodgateDataHandler.decodeDataToConnection(String)- Specified by:
seekDatain interfaceDataSeeker- Parameters:
hostname- the hostname sent by the clientignored- extra data which can give extra context
-