|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.mail.imap.protocol.Namespaces
public class Namespaces
This class and its inner class represent the response to the NAMESPACE command.
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 |
| 字段详细信息 |
|---|
public Namespaces.Namespace[] personal
public Namespaces.Namespace[] otherUsers
public Namespaces.Namespace[] shared
| 构造方法详细信息 |
|---|
public Namespaces(Response r)
throws ProtocolException
ProtocolException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||