Package java.net

Networking/sockets support (Available via the josx.rcxcomm package and SocketProxy on the PC) See:
          Description

Interface Summary
ContentHandlerFactory  
DatagramSocketImplFactory  
FileNameMap  
SocketImplFactory  
SocketOptions  
URLStreamHandlerFactory  
 

Class Summary
Authenticator  
ContentHandler  
DatagramPacket  
DatagramSocket  
DatagramSocketImpl  
HttpURLConnection  
Inet4Address  
Inet6Address  
InetAddress  
InetSocketAddress  
JarURLConnection  
MulticastSocket  
NetPermission  
NetworkInterface  
PasswordAuthentication  
ServerSocket  
Socket An RCX version of Socket that connects to TCP/IP ports via a proxy called SocketProxy running on the PC.
SocketAddress  
SocketImpl  
SocketPermission  
URI  
URL An RCX version of URL that uses the RCX version of Socket.
URLClassLoader  
URLConnection An RCX version of URLConnection that uses the RCX version of Socket.
URLDecoder  
URLEncoder  
URLStreamHandler  
 

Exception Summary
BindException  
ConnectException  
MalformedURLException Thrown to indicate that a malformed URL has occurred.
NoRouteToHostException  
PortUnreachableException  
ProtocolException  
SocketException  
SocketTimeoutException  
UnknownHostException  
UnknownServiceException  
URISyntaxException  
 

Package java.net Description

Networking/sockets support (Available via the josx.rcxcomm package and SocketProxy on the PC)