php.java.servlet.fastcgi
Class SocketChannel

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

 class SocketChannel
extends Channel


Field Summary
 java.net.Socket socket
           
 
Constructor Summary
SocketChannel(java.net.Socket socket)
           
 
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

socket

public java.net.Socket socket
Constructor Detail

SocketChannel

public SocketChannel(java.net.Socket socket)
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