JAVA NETWORKING

JAVA DOT NET PACKAGE


 JAVA DOT NET PACKAGE
 JAVA DOT NET PACKAGE

CLASSES:
NAME
DESCRIPTION
ContentHandler
This class is a super class of all the classes that read the data from a class URL connection. it also builds the appropriate local object based on mime types.
DatagramSocket
This class represents the datagram socket(UDP socket)
DatagramPacket
This class represents the datagram socket
InetAddress
This class represents the IP address.
InetSocketAddress
The IP socket address is a combination of IP address and port number. to implement such IP socket address this class is used.
ServerSocket
For implementing server side sockets this class is useful.
Socket
For implementing client side socket this class is useful.
SocketAddress
This class helps to represent the socket address without specification of protocol.
URL
This class is for creating a reference of Uniform resource locator which pointes to www.
URL
This class provides the object of uniform resource identifier.
URLConnection
For establishing a communication between application program and url this class is used.






















INTERFACES:

NAME
DESCRIPTION
SOME METHODS
Content handler factory
this interface is for defining the factory for content handlers.
Create content handler creates content handler
Socket lmpl factory
This interface is for defining the factory for implementing the sockets.
Create socketimpl() creates a new instance for implementing socket
URL  stream handler factory
For implementing URL stream the factory can be defined by this interface.
Create URL stream handle for specific protocol ‘p’ a new URL stream handler instance can be created by this method.



























Post a Comment

Previous Post Next Post