|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.URLConnection
An RCX version of URLConnection that uses the RCX version of Socket. Socket uses a proxy called SocketProxy running on the PC. It connects to it using the josx.rcxcomm package. This version ignores all http headers.
| Constructor Summary | |
URLConnection(String host,
int port,
String path)
Connects to a Socket via the proxy on the PC. |
|
| Method Summary | |
InputStream |
getInputStream()
Returns an input stream for this URLConnection. |
OutputStream |
getOutputStream()
Returns an output stream for this URLConnection. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| Constructor Detail |
public URLConnection(String host,
int port,
String path)
throws IOException
host - the host to connect toport - the port to connect topath - the file to get| Method Detail |
public InputStream getInputStream()
public OutputStream getOutputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||