Interface OBinaryPushRequest<T extends OBinaryPushResponse>
- All Known Implementing Classes:
OLiveQueryPushRequest,OPushDistributedConfigurationRequest,OPushFunctionsRequest,OPushIndexManagerRequest,OPushSchemaRequest,OPushSequencesRequest,OPushStorageConfigurationRequest
public interface OBinaryPushRequest<T extends OBinaryPushResponse>
Created by tglman on 11/01/17.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(ORemotePushHandler remote) bytevoidread(OChannelDataInput network) voidwrite(OChannelDataOutput channel)
-
Method Details
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
execute
-
createResponse
OBinaryPushResponse createResponse() -
getPushCommand
byte getPushCommand()
-