Package net.md_5.bungee
Class ServerConnection
java.lang.Object
net.md_5.bungee.ServerConnection
- All Implemented Interfaces:
net.md_5.bungee.api.connection.Connection,net.md_5.bungee.api.connection.Server
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.md_5.bungee.api.connection.Connection
net.md_5.bungee.api.connection.Connection.Unsafe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisconnect(String reason) voidsendData(byte[] data) net.md_5.bungee.api.connection.Connection.Unsafeunsafe()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.md_5.bungee.api.connection.Server
getInfo
-
Constructor Details
-
ServerConnection
public ServerConnection()
-
-
Method Details
-
sendData
public void sendData(byte[] data) - Specified by:
sendDatain interfacenet.md_5.bungee.api.connection.Server
-
disconnect
- Specified by:
disconnectin interfacenet.md_5.bungee.api.connection.Connection
-
getAddress
- Specified by:
getAddressin interfacenet.md_5.bungee.api.connection.Connection
-
unsafe
public net.md_5.bungee.api.connection.Connection.Unsafe unsafe()- Specified by:
unsafein interfacenet.md_5.bungee.api.connection.Connection
-