| 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 |
| Modifier and Type | Method and Description |
|---|---|
@NonNull ListenerInfo |
ProxyQueryEvent.getListener()
The listener associated with this query.
|
| Constructor and Description |
|---|
ConnectionInitEvent(SocketAddress remoteAddress,
ListenerInfo listener,
Callback<ConnectionInitEvent> done) |
ProxyQueryEvent(@NonNull ListenerInfo listener,
@NonNull QueryResult result) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ListenerInfo> |
ProxyConfig.getListeners()
Deprecated.
Set of all listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ListenerInfo> |
ConfigurationAdapter.getListeners()
Get information about all hosts to bind the proxy to.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerInfo |
PendingConnection.getListener()
Get the listener that accepted this connection.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerInfo |
ClientConnectEvent.getListener()
Listener that accepted the connection.
|
| Constructor and Description |
|---|
ClientConnectEvent(SocketAddress socketAddress,
ListenerInfo listener) |
Copyright © 2015–2021 WaterfallMC. All rights reserved.