Uses of Class
com.caucho.server.port.AbstractSelectManager

Packages that use AbstractSelectManager
com.caucho.server.port   
 

Uses of AbstractSelectManager in com.caucho.server.port
 

Subclasses of AbstractSelectManager in com.caucho.server.port
 class JniSelectManager
          Represents a protocol connection.
 

Methods in com.caucho.server.port that return AbstractSelectManager
 AbstractSelectManager ProtocolDispatchServer.getSelectManager()
          Gets the select manager.
 AbstractSelectManager Port.getSelectManager()
          returns the select manager.
 

Methods in com.caucho.server.port with parameters of type AbstractSelectManager
 void ProtocolDispatchServer.initSelectManager(AbstractSelectManager manager)
          Sets the select manager.