This class provides is useful for the nightmare of parsing multi-part
HTTP/RFC822 headers sensibly:
From a String like: 'timeout=15, max=5'
create an array of Strings:
{ {"timeout", "15"},
{"max", "5"}
}
From one like: 'Basic Realm="FuzzFace" Foo="Biz Bar Baz"'
create one like (no quotes in literal):
{ {"basic", null},
{"realm", "FuzzFace"}
{"foo", "Biz Bar Baz"}
}
keys are converted to lower case, vals are left as is....
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
This handles several XML-related tasks that normal java.io Readers
don't support, inluding use of IETF standard encoding names and
automatic detection of most XML encodings.
Implementation classes for JavaHelp.
This classes are private and are not intented to be used by programmers
and can change without any notice.
Note:We have not yet finalized the location for these classes.
<!--
Package Specification
Link to updated API specification to be added here.
-->
Related Documentation
For overviews, tutorials, examples, guides, tool support,
and other documentation,
please see
the JavaHelp home page