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, setHeader
public MimeHeaders()
public MimeHeaders(MimeHeaders h)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © The Apache Software Foundation. All Rights Reserved.