Class OCloseQueryResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCloseQueryResponse
- All Implemented Interfaces:
OBinaryResponse
Created by luigidellaquila on 01/12/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OCloseQueryResponse
public OCloseQueryResponse()
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-