Uses of Enum Class
dev.twilite.game.facade.Connection.ProxyType
Packages that use Connection.ProxyType
-
Uses of Connection.ProxyType in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return Connection.ProxyTypeModifier and TypeMethodDescriptionstatic Connection.ProxyTypeReturns the enum constant of this class with the specified name.static Connection.ProxyType[]Connection.ProxyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.facade with parameters of type Connection.ProxyTypeModifier and TypeMethodDescriptionstatic voidConnection.setProxy(Connection.ProxyType type, String host, int port) Routes future native game socket connections through a proxy without authentication.static voidConnection.setProxy(Connection.ProxyType type, String host, int port, String username, String password) Routes future native game socket connections through a proxy.