Home » apache-xmlrpc-3.1.3-src » org.apache » xmlrpc » util »

org.apache.xmlrpc.util

Interfaces:

ThreadPool.InterruptableTask   A task, which may be interrupted, if the pool is shutting down.  code | html
ThreadPool.Task   The thread pool contains instances of ThreadPool.Task code | html

Abstract Classes:

XmlRpcDateTimeDateFormat   An extension of XmlRpcDateTimeFormat , which accepts and/or creates instances of Date code | html
XmlRpcDateTimeFormat  

An instance of java.text.Format , which may be used to parse and format dateTime values, as specified by the XML-RPC specification. 

code | html

Classes:

DateTool   Wraps a DateFormat instance to provide thread safety.  code | html
HttpUtil   Provides utility functions useful in HTTP communications  code | html
LimitedInputStream   A filtering java.io.InputStream for proper handling of the Content-Length header: It guarantees to return at most a given number of bytes.  code | html
ReflectionUtil   A utility class for using reflection.  code | html
SAXParsers   Utility class for working with SAX parsers.  code | html
ThreadPool   Simple thread pool.  code | html
ThreadPool.Poolable     code | html
XmlRpcIOException   This is a subclass of IOException , which allows to attach a linked exception.  code | html