Java Platform 1.2

Uses of Package
java.net

Packages that use java.net
java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. 
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.beans.beancontext Provides classes and interfaces relating to bean context. 
java.io Provides for system input and output through data streams, serialization and the file system. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.net Provides the classes for implementing networking applications. 
java.rmi Provides the RMI package. 
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. 
java.security Provides the classes and interfaces for the security framework. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.text.html Provides the class HTMLEditorKit and supporting classes for creating HTML text editors. 
 

Classes in java.net used by java.applet
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.awt
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.beans.beancontext
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.io
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.lang
InetAddress
          This class represents an Internet Protocol (IP) address.
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.net
Authenticator
          The class Authenticator represents an object that knows how to obtain authentication for a network connection.
ContentHandler
          The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandlerFactory
          This interface defines a factory for content handlers.
DatagramPacket
          This class represents a datagram packet.
DatagramSocket
          This class represents a socket for sending and receiving datagram packets.
FileNameMap
          A simple interface which provides a mechanism to map between between a file name and a MIME type string.
InetAddress
          This class represents an Internet Protocol (IP) address.
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
PasswordAuthentication
          The class PasswordAuthentication is a data holder that is used by Authenticator.
ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
Socket
          This class implements client sockets (also called just "sockets").
SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketImpl
          The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
SocketImplFactory
          This interface defines a factory for socket implementations.
SocketOptions
          Interface of methods to get/set socket options.
UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URLClassLoader
          This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLConnection
          The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLStreamHandler
          The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandlerFactory
          This interface defines a factory for URL stream protocol handlers.
 

Classes in java.net used by java.rmi
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
 

Classes in java.net used by java.rmi.server
MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
ServerSocket
          This class implements server sockets.
Socket
          This class implements client sockets (also called just "sockets").
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by java.security
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by javax.swing
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by javax.swing.event
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Classes in java.net used by javax.swing.text.html
URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.