|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanger.net.IPCSocket
public final class IPCSocket
One half of an IPC socket. Sockets exist in pairs, where each element of the pair typically lives within a different application's object space (or at least in a different thread).
| Constructor Summary | |
|---|---|
IPCSocket()
Construct an instance. |
|
| Method Summary | |
|---|---|
void |
close()
Close this instance. |
InputStream |
getInputStream()
Get the input stream for reading from this instance. |
OutputStream |
getOutputStream()
Get the output stream for writing to this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPCSocket()
| Method Detail |
|---|
public InputStream getInputStream()
throws IOException
IOException
public OutputStream getOutputStream()
throws IOException
IOException
public void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||