JavaServer.handleNewPlayer

Handles a new player connection after the handshake packet with the status set to "login". At this state the socket should be blocking with the timeout set to 8 seconds.

class JavaServer
protected shared
void
handleNewPlayer
(
Stream stream
,
Handshake handshake
)

Meta