com.sun.mail.imap.protocol
类 Namespaces

java.lang.Object
  继承者 com.sun.mail.imap.protocol.Namespaces

public class Namespaces
extends Object

This class and its inner class represent the response to the NAMESPACE command.

作者:
Bill Shannon
另请参见:
RFC2342

嵌套类摘要
static class Namespaces.Namespace
          A single namespace entry.
 
字段摘要
 Namespaces.Namespace[] otherUsers
          The namespaces for other users.
 Namespaces.Namespace[] personal
          The personal namespaces.
 Namespaces.Namespace[] shared
          The shared namespace.
 
构造方法摘要
Namespaces(Response r)
          Parse out all the namespaces.
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

personal

public Namespaces.Namespace[] personal
The personal namespaces. May be null.


otherUsers

public Namespaces.Namespace[] otherUsers
The namespaces for other users. May be null.


shared

public Namespaces.Namespace[] shared
The shared namespace. May be null.

构造方法详细信息

Namespaces

public Namespaces(Response r)
           throws ProtocolException
Parse out all the namespaces.

抛出:
ProtocolException


Copyright © 2013. All Rights Reserved.