A B C D E G I K L M O P R S T V W

P

peekOutgoingMessageQueueForKey(SelectionKey) - Method in class org.javagamesfactory.nioservers.StringBasedServer
Allows you to have a look at what is due to be sent to any given client, but hasn't yet been sent - automatically keeps track of the message in non-bytes.
pendingOutgoingEncodedMessages - Variable in class org.javagamesfactory.nioservers.StringBasedServer
 
pendingOutgoingMessages - Variable in class org.javagamesfactory.nioservers.StringBasedServer
 
port - Variable in class org.javagamesfactory.nioservers.StringBasedServer
 
postSelect(long) - Method in class org.javagamesfactory.nioservers.SimpleServerDemo
Empty method body
postSelect(long) - Method in class org.javagamesfactory.nioservers.StringBasedServer
Invoked every time a select completes, IRRESPECTIVE of whether there was any network data.
processStringMessage(String, SelectionKey) - Method in class org.javagamesfactory.nioservers.SimpleServerDemo
Simply prints the message to std-out
processStringMessage(String, SelectionKey) - Method in class org.javagamesfactory.nioservers.StringBasedServer
Subclasses SHOULD override this method to process all incoming messages

A B C D E G I K L M O P R S T V W