@Deprecated public class UpgradeAprProcessor extends UpgradeProcessor<Long>
sm| Constructor and Description | 
|---|
| UpgradeAprProcessor(SocketWrapper<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, getAsyncStateMachine, getExecutor, getHttpUpgradeHandler, getRequest, getUpgradeInbound, isAsync, isComet, isUpgrade, process, recycle, setSslSupport, upgradeDispatch, upgradeDispatchpublic UpgradeAprProcessor(SocketWrapper<Long> wrapper, UpgradeInbound upgradeInbound)
public void flush()
           throws IOException
flush in class UpgradeProcessor<Long>IOExceptionpublic void write(int b)
           throws IOException
write in class UpgradeProcessor<Long>IOExceptionpublic void write(byte[] b,
         int off,
         int len)
           throws IOException
write in class UpgradeProcessor<Long>IOExceptionpublic int read()
         throws IOException
UpgradeProcessorread in class UpgradeProcessor<Long>IOException - If a problem occurs trying to read from the inputpublic int read(boolean block,
       byte[] bytes,
       int off,
       int len)
         throws IOException
UpgradeProcessorread in class UpgradeProcessor<Long>IOException - If a problem occurs trying to read from the inputCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.