Package net.md_5.bungee.api
Interface ProxyServer.Unsafe
- Enclosing class:
ProxyServer
public static interface ProxyServer.Unsafe
-
Method Summary
Modifier and TypeMethodDescriptionnet.md_5.bungee.protocol.channel.BungeeChannelInitializerGets the backend channel initializernet.md_5.bungee.protocol.channel.BungeeChannelInitializerGets the frontend channel initializernet.md_5.bungee.protocol.channel.BungeeChannelInitializerGets the server info channel initializervoidsetBackendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer) Set the backend channel initializer of this proxyvoidsetFrontendChannelInitializer(net.md_5.bungee.protocol.channel.BungeeChannelInitializer channelInitializer) Set the frontend channel initializer of this proxyvoidsetServerInfoChannelInitializer(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
-