Class OReadRecordResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OReadRecordResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
ConstructorsConstructorDescriptionOReadRecordResponse(byte recordType, int version, byte[] record, Set<ORecord> recordsToSend) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput network, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OReadRecordResponse
public OReadRecordResponse() -
OReadRecordResponse
-
-
Method Details
-
write
public void write(OChannelDataOutput network, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getRecord
public byte[] getRecord() -
getResult
-