Package com.threerings.nio

Interface Summary
SelectorIterable.SelectFailureHandler An interface for hearing about catastrophic selection failure.
 

Class Summary
PolicyServer Binds to a port and responds to "xmlsocket" requests on it with a policy file allowing access to all ports from any host.
SelectorIterable Exposes selected keys from Selector.selectedKeys() as an Iterable, removing them from the selected set as they're iterated over.