- canonicalID(String) - Static method in class sun.net.www.MessageHeader
-
Convert a message-id string to canonical form (strips off leading and trailing <>s)
- clone() - Method in class sun.net.ProgressSource
-
- close() - Method in class sun.net.ProgressSource
-
Close progress source.
- connect() - Method in class java.net.URLConnection
-
Opens a communications link to the resource referenced by this URL, if such a connection has not already been
established.
- connected - Variable in class java.net.URLConnection
-
If false
, this connection object has not created a communications link to the specified URL.
- connected() - Method in class sun.net.ProgressSource
-
- ContentHandler - Class in java.net
-
The abstract class ContentHandler
is the superclass
of all classes that read an Object
from a
URLConnection
.
- ContentHandler() - Constructor for class java.net.ContentHandler
-
- ContentHandlerFactory - Interface in java.net
-
This interface defines a factory for content handlers.
- convertFromIPv4MappedAddress(byte[]) - Static method in class sun.net.util.IPAddressUtil
-
- createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
-
Creates a new ContentHandler
to read an object from
a URLStreamHandler
.
- createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
-
Creates a new URLStreamHandler
instance with the specified
protocol.