Package net.md_5.bungee.api
Interface ProxyServer.Unsafe
- Enclosing class:
- ProxyServer
public static interface ProxyServer.Unsafe
-
Method Summary
Modifier and TypeMethodDescriptionGets the backend channel initializerGets the frontend channel initializerGets the server info channel initializervoidsetBackendChannelInitializer(BungeeChannelInitializer channelInitializer) Set the backend channel initializer of this proxyvoidsetFrontendChannelInitializer(BungeeChannelInitializer channelInitializer) Set the frontend channel initializer of this proxyvoidsetServerInfoChannelInitializer(BungeeChannelInitializer channelInitializer) Set the server info channel initializer of this proxy
-
Method Details
-
getFrontendChannelInitializer
BungeeChannelInitializer getFrontendChannelInitializer()Gets the frontend channel initializer- Returns:
- the frontend channel initializer
-
setFrontendChannelInitializer
Set the frontend channel initializer of this proxy- Parameters:
channelInitializer- the frontend channelInitializer to set
-
getBackendChannelInitializer
BungeeChannelInitializer getBackendChannelInitializer()Gets the backend channel initializer- Returns:
- the backend channel initializer
-
setBackendChannelInitializer
Set the backend channel initializer of this proxy- Parameters:
channelInitializer- the backend channelInitializer to set
-
getServerInfoChannelInitializer
BungeeChannelInitializer getServerInfoChannelInitializer()Gets the server info channel initializer- Returns:
- the server info channel initializer
-
setServerInfoChannelInitializer
Set the server info channel initializer of this proxy- Parameters:
channelInitializer- the server info channelInitializer to set
-