public class Rfc822Token extends Object
| Constructor and Description |
|---|
Rfc822Token(String name,
String address,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getComment() |
String |
getName() |
int |
hashCode() |
static String |
quoteComment(String comment) |
static String |
quoteName(String name) |
static String |
quoteNameIfNecessary(String name) |
void |
setAddress(String address) |
void |
setComment(String comment) |
void |
setName(String name) |
String |
toString() |
Copyright © 2008-2013. All Rights Reserved.