org.apache.tomcat.util.net
Class AbstractEndpoint.Acceptor
java.lang.Object
org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- AprEndpoint.Acceptor, JIoEndpoint.Acceptor, NioEndpoint.Acceptor
- Enclosing class:
- AbstractEndpoint
public abstract static class AbstractEndpoint.Acceptor
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
state
protected volatile AbstractEndpoint.Acceptor.AcceptorState state
AbstractEndpoint.Acceptor
public AbstractEndpoint.Acceptor()
getState
public final AbstractEndpoint.Acceptor.AcceptorState getState()
setThreadName
protected final void setThreadName(String threadName)
getThreadName
protected final String getThreadName()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.