Class IMHandle

java.lang.Object
com.google.appengine.api.datastore.IMHandle
All Implemented Interfaces:
Serializable, Comparable<IMHandle>

public final class IMHandle extends Object implements Serializable, Comparable<IMHandle>
An instant messaging handle. Includes both an address and its protocol. The protocol value is either a standard IM scheme (legal scheme values are defined by IMHandle.Scheme or a URL identifying the IM network for the protocol (e.g. http://aim.com/).
See Also: