Interface ProxyServer.Unsafe

Enclosing class:
ProxyServer

public static interface ProxyServer.Unsafe
  • Method Summary

    Modifier and Type
    Method
    Description
    net.md_5.bungee.protocol.channel.BungeeChannelInitializer
    Gets the backend channel initializer
    net.md_5.bungee.protocol.channel.BungeeChannelInitializer
    Gets the frontend channel initializer
    net.md_5.bungee.protocol.channel.BungeeChannelInitializer
    Gets the server info channel initializer
    void
    setBackendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
    Set the backend channel initializer of this proxy
    void
    setFrontendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
    Set the frontend channel initializer of this proxy
    void
    setServerInfoChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
    Set the server info channel initializer of this proxy
  • Method Details

    • getFrontendChannelInitializer

      net.md_5.bungee.protocol.channel.BungeeChannelInitializer getFrontendChannelInitializer()
      Gets the frontend channel initializer
      Returns:
      the frontend channel initializer
    • setFrontendChannelInitializer

      void setFrontendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
      Set the frontend channel initializer of this proxy
      Parameters:
      channelInitializer - the frontend channelInitializer to set
    • getBackendChannelInitializer

      net.md_5.bungee.protocol.channel.BungeeChannelInitializer getBackendChannelInitializer()
      Gets the backend channel initializer
      Returns:
      the backend channel initializer
    • setBackendChannelInitializer

      void setBackendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
      Set the backend channel initializer of this proxy
      Parameters:
      channelInitializer - the backend channelInitializer to set
    • getServerInfoChannelInitializer

      net.md_5.bungee.protocol.channel.BungeeChannelInitializer getServerInfoChannelInitializer()
      Gets the server info channel initializer
      Returns:
      the server info channel initializer
    • setServerInfoChannelInitializer

      void setServerInfoChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer)
      Set the server info channel initializer of this proxy
      Parameters:
      channelInitializer - the server info channelInitializer to set