com.sun.mail.imap.protocol
Class Namespaces.Namespace
java.lang.Object
com.sun.mail.imap.protocol.Namespaces.Namespace
- Enclosing class:
- Namespaces
public static class Namespaces.Namespace
- extends Object
A single namespace entry.
Field Summary |
char |
delimiter
Delimiter between names in this namespace. |
String |
prefix
Prefix string for the namespace. |
Methods inherited from class 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.
- Throws:
ProtocolException
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.