public class MimeHeaders extends MimeHeaders implements Externalizable
| Constructor and Description |
|---|
MimeHeaders() |
MimeHeaders(MimeHeaders h) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
addHeader, getAllHeaders, getHeader, getMatchingHeaders, getNonMatchingHeaders, removeAllHeaders, removeHeader, setHeaderpublic MimeHeaders()
public MimeHeaders(MimeHeaders h)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © The Apache Software Foundation. All Rights Reserved.