|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Communications endpoint
Method Summary | |
void |
close()
Closes the endpoint |
java.io.InputStream |
getInputStream()
Returns an input stream that reads from this endpoint |
java.io.OutputStream |
getOutputStream()
Returns an output stream that writes to this endpoint |
URI |
getURI()
Returns the URI that the endpoint is connected to |
Method Detail |
public URI getURI()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- if an I/O error occurs while creating the input
stream.public java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
- if an I/O error occurs while creating the output
stream.public void close() throws java.io.IOException
java.io.IOException
- if an I/O error occurs while closing the endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |