org.apache.coyote.http11.upgrade
Class BioProcessor
java.lang.Object
org.apache.coyote.http11.upgrade.AbstractProcessor<Socket>
org.apache.coyote.http11.upgrade.BioProcessor
- All Implemented Interfaces:
- WebConnection, Processor<Socket>
public class BioProcessor
- extends AbstractProcessor<Socket>
Methods inherited from class org.apache.coyote.http11.upgrade.AbstractProcessor |
asyncDispatch, asyncPostProcess, close, event, getExecutor, getHttpUpgradeHandler, getInputStream, getOutputStream, getRequest, getUpgradeInbound, isAsync, isComet, isUpgrade, process, recycle, setSslSupport, upgradeDispatch, upgradeDispatch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BioProcessor
public BioProcessor(SocketWrapper<Socket> wrapper,
HttpUpgradeHandler httpUpgradeProcessor)
throws IOException
- Throws:
IOException
getLog
protected Log getLog()
- Specified by:
getLog
in class AbstractProcessor<Socket>
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.