Interface GeyserConfiguration.IRemoteConfiguration

All Known Implementing Classes:
GeyserJacksonConfiguration.RemoteConfiguration
Enclosing interface:
GeyserConfiguration

public static interface GeyserConfiguration.IRemoteConfiguration
  • Method Details

    • getAddress

      String getAddress()
    • getPort

      int getPort()
    • setAddress

      void setAddress(String address)
    • setPort

      void setPort(int port)
    • getAuthType

      AuthType getAuthType()
    • isPasswordAuthentication

      boolean isPasswordAuthentication()
    • isUseProxyProtocol

      boolean isUseProxyProtocol()
    • isForwardHost

      boolean isForwardHost()