org.apache.catalina.connector.warp
Class WarpInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.apache.catalina.connector.warp.WarpInputStream

public class WarpInputStream
extends java.io.InputStream

Version:
CVS $Id: WarpInputStream.java,v 1.3 2001/01/24 23:10:48 pier Exp $
Author:
Pier Fumagalli, Copyright © 1999, 2000 The Apache Software Foundation.

Constructor Summary
WarpInputStream(WarpRequestHandler handler)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarpInputStream

public WarpInputStream(WarpRequestHandler handler)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.