Class IntegratedNettyDataSeeker
java.lang.Object
org.geysermc.floodgate.core.connection.integrated.IntegratedNettyDataSeeker
- All Implemented Interfaces:
DataSeeker,IntegratedDataSeeker
@Replaces(StandaloneDataSeeker.class)
@Singleton
public class IntegratedNettyDataSeeker
extends Object
implements IntegratedDataSeeker
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.geysermc.floodgate.core.connection.DataSeeker
DataSeeker.DataSeekerResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConnection(Object identifier, FloodgateConnection connection) Tried to seek Floodgate data from the provided arguments.
-
Constructor Details
-
IntegratedNettyDataSeeker
public IntegratedNettyDataSeeker()
-
-
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 clientextraData- extra data which can give extra context
-
addConnection
- Specified by:
addConnectionin interfaceIntegratedDataSeeker
-