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

C

close() - Method in class org.javagamesfactory.nioservers.StringBasedClient
You should always manually call this method when you wish to disconnect from the server, as it will close down the internal Selector
connect() - Method in class org.javagamesfactory.nioservers.StringBasedClient
Attempts to connect to the remote server, configure the TCP socket to disable Nagle's algorithm (to reduce latency), and start a slave thread to receive incoming messages.
connectedChannels - Variable in class org.javagamesfactory.nioservers.StringBasedServer
 

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