Class RemoteQuery

java.lang.Object
net.md_5.bungee.query.RemoteQuery

public class RemoteQuery extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoteQuery(net.md_5.bungee.api.ProxyServer bungee, net.md_5.bungee.api.config.ListenerInfo listener)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(Class<? extends io.netty.channel.Channel> channel, InetSocketAddress address, io.netty.channel.EventLoopGroup eventLoop, io.netty.channel.ChannelFutureListener future)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteQuery

      public RemoteQuery(net.md_5.bungee.api.ProxyServer bungee, net.md_5.bungee.api.config.ListenerInfo listener)
  • Method Details

    • start

      public void start(Class<? extends io.netty.channel.Channel> channel, InetSocketAddress address, io.netty.channel.EventLoopGroup eventLoop, io.netty.channel.ChannelFutureListener future)