java.net

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » java package » java.net 
java.net
Java Source File NameTypeComment
Authenticator.javaClass This class is able to obtain authentication info for a connection, usually from user.
BindException.javaClass A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.
CacheRequest.javaClass CacheRequest provides channels for storing resource data in the ResponseCache.
CacheResponse.javaClass CacheResponse is used for getting resource from the ResponseCache.
ConnectException.javaClass This ConnectException is thrown when a connection cannot be established to a remote host/port, because for instance a server was not listening.
ContentHandler.javaClass This class converts the content of a certain format into a Java type Object. It is implemented differently for each content type in each platform.
ContentHandlerFactory.javaInterface
CookieHandler.javaClass
DatagramPacket.javaClass This class models a datagram packet to be sent or received.
DatagramSocket.javaClass This class models a socket for sending & receiving datagram packets.
DatagramSocketImpl.javaClass The abstract superclass of datagram & multicast socket implementations.
DatagramSocketImplFactory.javaInterface This interface defines a factory for datagram socket implementations.
FileNameMap.javaInterface Defines a scheme for mapping a filename type to a MIME content type.
HttpRetryException.javaClass The exception to be thrown when a request cannot be retried.
HttpURLConnection.javaClass
Inet4Address.javaClass
Inet6Address.javaClass
InetAddress.javaClass The Internet Protocol (IP) address class.
InetSocketAddress.javaClass
JarURLConnection.javaClass This class establishes a connection to a URL using the jar protocol.
MalformedURLException.javaClass This exception is thrown when a program attempts to create an URL from an incorrect specification.
MulticastSocket.javaClass This class models a multicast socket for sending & receiving datagram packets to a multicast group.
NegativeCache.javaClass This class is used to manage the negative name lookup cache.
NegCacheElement.javaClass
NetPermission.javaClass This class represents permission to access network resources.
NetworkInterface.javaClass
NoRouteToHostException.javaClass The NoRouteToHostException may be thrown when attempting to connect to a remote machine and because of network fault or firewall, no route can be established.
PasswordAuthentication.javaClass This class is a data structure that contains the username and password.
PortUnreachableException.javaClass
ProtocolException.javaClass An attempt to connect to a socket of the wrong type (stream or nonstream) will trigger this exception.
Proxy.javaClass This class is about proxy setting.
ProxySelector.javaClass

Selects applicable proxies when connecting to network resouce represented by a URI.

ProxySelectorImpl.javaClass
ResponseCache.javaClass ResponseCache implements URLConnection caches.
SecureCacheResponse.javaClass A secure cache response, which is originally retrieved through secure ways.
ServerSocket.javaClass ServerSocket create connections between 'host' and 'client' machines.
Socket.javaClass This class represents sockets to be used in connection-oriented (streaming) protocols.
SocketAddress.javaClass
SocketException.javaClass This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
SocketImpl.javaClass The abstract superclass of all classes that implement streaming sockets. Streaming sockets are wrapped by two classes, ServerSocket and Socket at the server and client end of a connection respectively.
SocketImplFactory.javaInterface This interface defines a factory for socket implementations.
SocketOptions.javaInterface Defines the protocol to get & set Socket options.
SocketPermission.javaClass SocketPermissions represent permission to access resources via sockets.
SocketPermissionCollection.javaClass SocketPermissionCollection is a class which holds a collection of SocketPermission objects and can answer a boolean indicating whether or not a specific permissions is implied by a SocketPermissionCollection.
SocketTimeoutException.javaClass
UnknownHostException.javaClass This UnknownHostException is thrown when an IP address resolution is attempted and no host or resolver may be found.
UnknownServiceException.javaClass This UnknownServiceException is thrown when a particular service requested isn't support by the URL.
URI.javaClass This class represents an instance of a URI as defined by RFC 2396.
URIEncoderDecoder.javaClass This class is used to encode a string using the format required by application/x-www-form-urlencoded MIME content type.
URISyntaxException.javaClass Represents an exception that occurred during parsing of a URI.
URL.javaClass An instance of class URL specifies the location of a resource on the world wide web as specified by RFC 1738.
URLClassLoader.javaClass This class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files.
URLConnection.javaClass The URLConnection class is responsible for establishing a connection to an URL for a given protocol.
URLDecoder.javaClass This class is used to decode a string which is encoded in the application/x-www-form-urlencoded MIME content type.
URLEncoder.javaClass This class is used to encode a string using the format required by application/x-www-form-urlencoded MIME content type.
URLStreamHandler.javaClass The abstract superclass of all classes that implement Protocol Handler.
URLStreamHandlerFactory.javaInterface
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.