com.caucho.network.listen
Class SocketPollService
java.lang.Object
com.caucho.env.service.AbstractResinSubSystem
com.caucho.network.listen.SocketPollService
- All Implemented Interfaces:
- ResinSubSystem
public class SocketPollService
- extends AbstractResinSubSystem
The socket poll service, provides nio-style socket listening.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
START_PRIORITY
public static final int START_PRIORITY
- See Also:
- Constant Field Values
SocketPollService
public SocketPollService()
createAndAddService
public static SocketPollService createAndAddService()
getCurrent
public static SocketPollService getCurrent()
getCurrentSelectManager
public static AbstractSelectManager getCurrentSelectManager()
getSelectManager
public AbstractSelectManager getSelectManager()
getStartPriority
public int getStartPriority()
- Description copied from interface:
ResinSubSystem
- Returns the start priority of the service, used to determine which
services to start first.
- Specified by:
getStartPriority
in interface ResinSubSystem
- Overrides:
getStartPriority
in class AbstractResinSubSystem