public interface Response extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData)
Set the protocol metadata that can be used for version checking
|
void |
writeExternal(ObjectOutput out) |
void setMetaData(ProtocolMetaData metaData)
metaData - ProtocolMetaDatavoid readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionvoid writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.