|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.servlet.fastcgi.Channel
php.java.servlet.fastcgi.SocketChannel
class SocketChannel
| 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 |
|---|
public java.net.Socket socket
| Constructor Detail |
|---|
public SocketChannel(java.net.Socket socket)
| Method Detail |
|---|
public void close()
throws java.io.IOException
close in class Channeljava.io.IOException
public java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in class Channeljava.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in class Channeljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||