Class OUnsubscribeRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OUnsubscribeRequest
- All Implemented Interfaces:
OBinaryRequest<OUnsubscribeResponse>
Created by tglman on 19/06/17.
-
Constructor Summary
ConstructorsConstructorDescriptionOUnsubscribeRequest(OBinaryRequest<? extends OBinaryResponse> unsubscribeRequest) -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteOBinaryRequest<? extends OBinaryResponse>voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network, ORemoteClientSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OUnsubscribeRequest
-
OUnsubscribeRequest
public OUnsubscribeRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OUnsubscribeResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OUnsubscribeResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OUnsubscribeResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OUnsubscribeResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OUnsubscribeResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OUnsubscribeResponse>
-
getUnsubscribeRequest
-