Uses of Class
system.messages.NetworkMessage

Packages that use NetworkMessage
api   
system.messages   
 

Uses of NetworkMessage in api
 

Methods in api that return NetworkMessage
 NetworkMessage Task.getMessage()
          Attempt to read a NetworkMessage from the router.
 

Uses of NetworkMessage in system.messages
 

Methods in system.messages that return NetworkMessage
static NetworkMessage MessageUtil.getMessage(java.nio.channels.SocketChannel channel)
          Read a NetworkChannel from the SocketChannel.
 

Methods in system.messages with parameters of type NetworkMessage
static void MessageUtil.sendMessage(java.nio.channels.SocketChannel channel, NetworkMessage message)
          Send a NetworkMessage packet onto the given SocketChannel.