Initial revision

From-SVN: r102074
This commit is contained in:
Tom Tromey 2005-07-16 00:30:23 +00:00
parent 6f4434b39b
commit f911ba985a
4557 changed files with 1000262 additions and 0 deletions

View file

@ -0,0 +1,48 @@
X ContentHandlerFactory
X FileNameMap
X SocketImplFactory
X URLStreamHandlerFactory
* Authenticator
* ContentHandler
+ DatagramPacket
+ DatagramSocket
+ DatagramSocketImpl
+ HttpURLConnection
+ InetAddress
* JarURLConnection
+ MulticastSocket
* NetPermission
* PasswordAuthentication
+ PlainDatagramSocketImpl
+ PlainSocketImpl (internal)
+ ServerSocket
+ Socket
+ SocketImpl
+ SocketInputStream (internal)
+ SocketOptions (internal)
+ SocketOutputStream (internal)
* SocketPermission
+ URL
URLClassLoader
+ URLConnection
* URLEncoder
+ URLStreamHandler
X BindException
X ConnectException
X MalformedURLException
X NoRouteToHostException
X ProtocolException
X SocketException
X UnknownHostException
X UnknownServiceException
---------------
+ Native InetAddress
+ Native SocketImpl
+ Native DatagramSocketImpl
+ Protocol Handler for HTTP
Protocol Handler for FTP
+ ContentHandler for text
ContentHandler for gif
ContentHandler for jpeg