Uses of Class
net.md_5.bungee.api.config.ListenerInfo
-
Packages that use ListenerInfo Package Description io.github.waterfallmc.waterfall.event net.md_5.bungee.api net.md_5.bungee.api.config net.md_5.bungee.api.connection net.md_5.bungee.api.event -
-
Uses of ListenerInfo in io.github.waterfallmc.waterfall.event
Methods in io.github.waterfallmc.waterfall.event that return ListenerInfo Modifier and Type Method Description @NonNull ListenerInfoProxyQueryEvent. getListener()The listener associated with this query.Constructors in io.github.waterfallmc.waterfall.event with parameters of type ListenerInfo Constructor Description ConnectionInitEvent(SocketAddress remoteAddress, ListenerInfo listener, Callback<ConnectionInitEvent> done)ProxyQueryEvent(@NonNull ListenerInfo listener, @NonNull QueryResult result) -
Uses of ListenerInfo in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return types with arguments of type ListenerInfo Modifier and Type Method Description Collection<ListenerInfo>ProxyConfig. getListeners()Deprecated.Set of all listeners. -
Uses of ListenerInfo in net.md_5.bungee.api.config
Methods in net.md_5.bungee.api.config that return types with arguments of type ListenerInfo Modifier and Type Method Description Collection<ListenerInfo>ConfigurationAdapter. getListeners()Get information about all hosts to bind the proxy to. -
Uses of ListenerInfo in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection that return ListenerInfo Modifier and Type Method Description ListenerInfoPendingConnection. getListener()Get the listener that accepted this connection. -
Uses of ListenerInfo in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ListenerInfo Modifier and Type Method Description ListenerInfoClientConnectEvent. getListener()Listener that accepted the connection.Constructors in net.md_5.bungee.api.event with parameters of type ListenerInfo Constructor Description ClientConnectEvent(SocketAddress socketAddress, ListenerInfo listener)
-