Package com.funambol.util

Interface Summary
Appender  
ConnectionListener Interface used to notify the connection request and response status It can be implemented to create rich client connection listeners
HttpAuthentication This interface represents a generic mechanism used by the HttpTransportAgent to get authenticated.
Observable this interface is used by classes running tasks to implements Observer / Observable paradigm.
Observer the watcher of a watchable.
StreamReader  
TransportAgent Transport Agent interface.
 

Class Summary
AndroidLogAppender Default debugger to be used instea of System.out.println(msg);
Base64  
BasicConnectionListener the simplest conneection handler ever.
ChunkedString This class allow to process substrings of a bigger string without allocate additional memory, but using the original buffer.
ConnectionManager Controls HTTP and HTTPS connections requested by the API implementations.
ConsoleAppender Default debugger to be used instea of System.out.println(msg);
DateUtil Utility class for date manipulation.
FileAppender This appender logs messages to a file using JSR75 (FileConnection) The appender tracks the file size and if it exceeds a given maximum size (customizable by clients) then the current log file is renamed appending a .old to the log name and a new one is created.
GzipStreamReader  
HttpTransportAgent Represents a HTTP client implementation
Log Generic Log class
LogContent Log Container class.
MailDateFormatter A utility class providing methods to convert date information contained in Date objects into RFC2822 and UTC ('Zulu') strings, and to build Date objects starting from string representations of dates in RFC2822 and UTC format.
MD5 This class provides utitlities to compute MD5 for array of bytes.
MemoryAppender  
MultipleAppender an appender that contains multiple appenders
Queue A multithreaded queue used for implementing producer-consumer style threading patterns.
QuotedPrintable A class containing static methods to perform decoding from quoted printable content transfer encoding and to encode into
SimpleStreamReader  
StackTracePrinter  
StreamReaderFactory Factory Class: return StreamReader objects
StringUtil Utility class useful when dealing with string objects.
ThreadPool ThreadPool manages threads which are created within the pool.
ThreadPoolMonitor Class monitoring the thread pool to handle any throwable
XmlUtil Utility class that XML manipulation functions.
 

Exception Summary
CodedException This exception represents the base exception for coded error conditions.
ConnectionDeniedException Exception related to the connection denied event
XmlException This exception is raised when an Xml parsing error occurs.
 



Copyright © 2001-2009 Funambol.