Apache Tomcat 7.0.54

org.apache.coyote.http11.upgrade
Class NioProcessor

java.lang.Object
  extended by org.apache.coyote.http11.upgrade.AbstractProcessor<NioChannel>
      extended by org.apache.coyote.http11.upgrade.NioProcessor
All Implemented Interfaces:
WebConnection, Processor<NioChannel>

public class NioProcessor
extends AbstractProcessor<NioChannel>


Field Summary
 
Fields inherited from class org.apache.coyote.http11.upgrade.AbstractProcessor
sm
 
Constructor Summary
NioProcessor(SocketWrapper<NioChannel> wrapper, HttpUpgradeHandler httpUpgradeProcessor, NioSelectorPool pool)
           
 
Method Summary
protected  Log getLog()
           
 
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
 

Constructor Detail

NioProcessor

public NioProcessor(SocketWrapper<NioChannel> wrapper,
                    HttpUpgradeHandler httpUpgradeProcessor,
                    NioSelectorPool pool)
Method Detail

getLog

protected Log getLog()
Specified by:
getLog in class AbstractProcessor<NioChannel>

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.