Package host.anzo.anticheat.proxy
Interface AntiCheatProxyLibrary
- All Superinterfaces:
com.sun.jna.Library
public interface AntiCheatProxyLibrary
extends com.sun.jna.Library
- Since:
- 9/17/2024
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler -
Field Summary
FieldsFields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER -
Method Summary
Modifier and TypeMethodDescriptionstatic AntiCheatProxyLibraryintStartTunnelFor(String remoteUrl, String localUrl)
-
Field Details
-
instance
-
-
Method Details
-
getLibraryInstance
-
StartTunnelFor
- Parameters:
remoteUrl- remote tunnel addresslocalUrl- local host and port (format: host:port)- Returns:
0if a tunnel started successfully, any other codes otherwise
-