Class OSubscribeRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSubscribeRequest
- All Implemented Interfaces:
OBinaryRequest<OSubscribeResponse>
Created by tglman on 16/05/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytebyteOBinaryRequest<? 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
-
OSubscribeRequest
public OSubscribeRequest() -
OSubscribeRequest
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OSubscribeResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OSubscribeResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OSubscribeResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OSubscribeResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OSubscribeResponse>
-
getPushMessage
public byte getPushMessage() -
getPushRequest
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OSubscribeResponse>
-