Package org.apache.xmlrpc.util
-
Interface Summary Interface Description ThreadPool.InterruptableTask A task, which may be interrupted, if the pool is shutting down.ThreadPool.Task The thread pool contains instances ofThreadPool.Task
. -
Class Summary Class Description HttpUtil Provides utility functions useful in HTTP communicationsLimitedInputStream A filteringInputStream
for proper handling of theContent-Length
header: It guarantees to return at most a given number of bytes.ReflectionUtil A utility class for using reflection.SAXParsers Utility class for working with SAX parsers.ThreadPool Simple thread pool.XmlRpcDateTimeDateFormat An extension ofXmlRpcDateTimeFormat
, which accepts and/or creates instances ofDate
.XmlRpcDateTimeFormat An instance ofFormat
, which may be used to parse and formatdateTime
values, as specified by the XML-RPC specification. -
Exception Summary Exception Description XmlRpcIOException This is a subclass ofIOException
, which allows to attach a linked exception.