com.sun.mail.imap.protocol
类 Namespaces.Namespace

java.lang.Object
  继承者 com.sun.mail.imap.protocol.Namespaces.Namespace
包容类:
Namespaces

public static class Namespaces.Namespace
extends Object

A single namespace entry.


字段摘要
 char delimiter
          Delimiter between names in this namespace.
 String prefix
          Prefix string for the namespace.
 
构造方法摘要
Namespaces.Namespace(Response r)
          Parse a namespace element out of the response.
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

prefix

public String prefix
Prefix string for the namespace.


delimiter

public char delimiter
Delimiter between names in this namespace.

构造方法详细信息

Namespaces.Namespace

public Namespaces.Namespace(Response r)
                     throws ProtocolException
Parse a namespace element out of the response.

抛出:
ProtocolException


Copyright © 2013. All Rights Reserved.