Package | Description |
---|---|
org.projectnyx.network |
Key classes:
|
org.projectnyx.network.ext.udp | |
org.projectnyx.network.mcpe | |
org.projectnyx.player |
Modifier and Type | Method and Description |
---|---|
abstract Client |
Protocol.acceptSession(SessionHandler session) |
Client |
NetworkManager.adoptSession(SessionHandler session)
Requires a protocol to adopt this session.
|
Modifier and Type | Method and Description |
---|---|
Client |
UdpSessionHandler.getClient() |
Modifier and Type | Class and Description |
---|---|
class |
McpeClient |
Modifier and Type | Method and Description |
---|---|
Client |
McpeProtocol.acceptSession(SessionHandler session) |
Modifier and Type | Method and Description |
---|---|
void |
Player.attachClient(Client client)
Attach a client to this player
|
void |
Player.detachClient(Client client)
Detach a client from this player, i.e.
|
Copyright © 2016. All rights reserved.