- parseHeader(InputStream) - Method in class sun.net.www.MessageHeader
-
Parse a MIME header from an input stream.
- parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
-
Parses the string representation of a URL
into a
URL
object.
- prepend(String, String) - Method in class sun.net.www.MessageHeader
-
Prepends a key value pair to the beginning of the
header.
- print(PrintStream) - Method in class sun.net.www.MessageHeader
-
Prints the key-value pairs represented by this
header.
- ProgressEvent - Class in sun.net
-
ProgressEvent represents an progress event in monitering network input stream.
- ProgressEvent(ProgressSource, URL, String, String, ProgressSource.State, long, long) - Constructor for class sun.net.ProgressEvent
-
Construct a ProgressEvent object.
- progressFinish(ProgressEvent) - Method in interface sun.net.ProgressListener
-
Finish progress.
- ProgressListener - Interface in sun.net
-
ProgressListener is an interface to be implemented by parties
interested to be notified of progress in network input stream.
- ProgressMeteringPolicy - Interface in sun.net
-
ProgressMeteringPolicy is an interface for determining progress metering policy.
- ProgressMonitor - Class in sun.net
-
ProgressMonitor is a class for monitoring progress in network input stream.
- ProgressMonitor() - Constructor for class sun.net.ProgressMonitor
-
- ProgressSource - Class in sun.net
-
ProgressSource represents the source of progress changes.
- ProgressSource(URL, String) - Constructor for class sun.net.ProgressSource
-
Construct progress source object.
- ProgressSource(URL, String, long) - Constructor for class sun.net.ProgressSource
-
Construct progress source object.
- ProgressSource.State - Enum in sun.net
-
- progressStart(ProgressEvent) - Method in interface sun.net.ProgressListener
-
Start progress.
- progressUpdate(ProgressEvent) - Method in interface sun.net.ProgressListener
-
Update progress.
- ProtocolException - Exception in java.net
-
Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
- ProtocolException(String) - Constructor for exception java.net.ProtocolException
-
Constructs a new ProtocolException
with the
specified detail message.
- ProtocolException() - Constructor for exception java.net.ProtocolException
-
Constructs a new ProtocolException
with no detail message.