Package org.apache.xmlrpc.util
Interface Summary |
ThreadPool.Task | The thread pool contains instances of {@link ThreadPool.Task}. |
Class Summary |
HttpUtil | Provides utility functions useful in HTTP communications |
LimitedInputStream | A filtering {@link java.io.InputStream} for proper handling of
the Content-Length header: It guarantees to return
at most a given number of bytes. |
SAXParsers | Utility class for working with SAX parsers. |
ThreadPool | Simple thread pool. |
XmlRpcDateTimeDateFormat | An extension of {@link XmlRpcDateTimeFormat}, which accepts
and/or creates instances of {@link Date}. |
XmlRpcDateTimeFormat | An instance of {@link java.text.Format}, which may be used
to parse and format dateTime values, as specified
by the XML-RPC specification. |
XmlRpcIOException | This is a subclass of {@link IOException}, which
allows to attach a linked exception. |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.