php.java.servlet.fastcgi
Class NPChannel

java.lang.Object
  extended by php.java.servlet.fastcgi.Channel
      extended by php.java.servlet.fastcgi.NPChannel

 class NPChannel
extends Channel


Field Summary
(package private)  boolean readIsClosed
           
(package private)  boolean writeIsClosed
           
 
Constructor Summary
NPChannel(java.io.RandomAccessFile raFile)
           
 
Method Summary
 void close()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readIsClosed

boolean readIsClosed

writeIsClosed

boolean writeIsClosed
Constructor Detail

NPChannel

public NPChannel(java.io.RandomAccessFile raFile)
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in class Channel
Throws:
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in class Channel
Throws:
java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Specified by:
getOutputStream in class Channel
Throws:
java.io.IOException