public class BedrockServerSession extends BedrockSession
disconnectReason, logging, packetHandler, peer, subClientId| Constructor and Description |
|---|
BedrockServerSession(BedrockPeer peer,
int subClientId) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect(@Nullable java.lang.String reason,
boolean hideReason) |
checkForClosed, close, disconnect, disconnect, enableEncryption, getCodec, getDisconnectReason, getPacketHandler, getPeer, getSocketAddress, isConnected, isLogging, isSubClient, logInbound, logOutbound, onClose, onPacket, sendPacket, sendPacketImmediately, setCodec, setCompression, setCompressionLevel, setDisconnectReason, setLogging, setPacketHandlerpublic BedrockServerSession(BedrockPeer peer, int subClientId)
public void disconnect(@Nullable java.lang.String reason,
boolean hideReason)
disconnect in class BedrockSession