org.apache.coyote.http11.upgrade
Class AprServletOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.apache.coyote.http11.upgrade.AbstractServletOutputStream
org.apache.coyote.http11.upgrade.AprServletOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class AprServletOutputStream
- extends AbstractServletOutputStream
Method Summary |
protected void |
doClose()
|
protected void |
doFlush()
|
protected int |
doWrite(boolean block,
byte[] b,
int off,
int len)
Abstract method to be overridden by concrete implementations. |
Methods inherited from class javax.servlet.ServletOutputStream |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AprServletOutputStream
public AprServletOutputStream(SocketWrapper<Long> wrapper,
AprEndpoint endpoint)
doWrite
protected int doWrite(boolean block,
byte[] b,
int off,
int len)
throws IOException
- Description copied from class:
AbstractServletOutputStream
- Abstract method to be overridden by concrete implementations. The base
class will ensure that there are no concurrent calls to this method for
the same socket.
- Specified by:
doWrite
in class AbstractServletOutputStream
- Throws:
IOException
doFlush
protected void doFlush()
throws IOException
- Specified by:
doFlush
in class AbstractServletOutputStream
- Throws:
IOException
doClose
protected void doClose()
throws IOException
- Specified by:
doClose
in class AbstractServletOutputStream
- Throws:
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.