Package net.md_5.bungee.query
Class RemoteQuery
- java.lang.Object
-
- net.md_5.bungee.query.RemoteQuery
-
public class RemoteQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteQuery(ProxyServer bungee, ListenerInfo listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(Class<? extends io.netty.channel.Channel> channel, InetSocketAddress address, io.netty.channel.EventLoopGroup eventLoop, io.netty.channel.ChannelFutureListener future)
-
-
-
Constructor Detail
-
RemoteQuery
public RemoteQuery(ProxyServer bungee, ListenerInfo listener)
-
-
Method Detail
-
start
public void start(Class<? extends io.netty.channel.Channel> channel, InetSocketAddress address, io.netty.channel.EventLoopGroup eventLoop, io.netty.channel.ChannelFutureListener future)
-
-