@Deprecated public class UpgradeAprProcessor extends UpgradeProcessor<java.lang.Long>
sm| Constructor and Description | 
|---|
| UpgradeAprProcessor(SocketWrapper<java.lang.Long> wrapper,
UpgradeInbound upgradeInbound)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | flush()Deprecated.  | 
| int | read()Deprecated.  This is always a blocking read of a single byte. | 
| int | read(boolean block,
byte[] bytes,
int off,
int len)Deprecated.  Read up to len bytes from the input in either blocking or non-blocking
mode (where non-blocking is supported). | 
| void | write(byte[] b,
int off,
int len)Deprecated.  | 
| void | write(int b)Deprecated.  | 
asyncDispatch, asyncPostProcess, errorDispatch, event, getExecutor, getHttpUpgradeHandler, getRequest, getUpgradeInbound, isAsync, isComet, isUpgrade, process, recycle, setSslSupport, upgradeDispatch, upgradeDispatchpublic UpgradeAprProcessor(SocketWrapper<java.lang.Long> wrapper, UpgradeInbound upgradeInbound)
public void flush()
           throws java.io.IOException
flush in class UpgradeProcessor<java.lang.Long>java.io.IOExceptionpublic void write(int b)
           throws java.io.IOException
write in class UpgradeProcessor<java.lang.Long>java.io.IOExceptionpublic void write(byte[] b,
         int off,
         int len)
           throws java.io.IOException
write in class UpgradeProcessor<java.lang.Long>java.io.IOExceptionpublic int read()
         throws java.io.IOException
UpgradeProcessorread in class UpgradeProcessor<java.lang.Long>java.io.IOException - If a problem occurs trying to read from the inputpublic int read(boolean block,
       byte[] bytes,
       int off,
       int len)
         throws java.io.IOException
UpgradeProcessorread in class UpgradeProcessor<java.lang.Long>java.io.IOException - If a problem occurs trying to read from the inputCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.