public interface Request
extends java.io.Externalizable
Modifier and Type | Method and Description |
---|---|
RequestType |
getRequestType() |
void |
readExternal(java.io.ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData)
Set the protocol metadata that can be used for versioned requests
|
void |
writeExternal(java.io.ObjectOutput out) |
RequestType getRequestType()
void setMetaData(ProtocolMetaData metaData)
metaData
- ProtocolMetaDatavoid readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException