public interface OBinaryPushRequest<T extends OBinaryPushResponse>
Modifier and Type | Method and Description |
---|---|
OBinaryPushResponse |
createResponse() |
T |
execute(ORemotePushHandler remote) |
byte |
getPushCommand() |
void |
read(OChannelDataInput network) |
void |
write(OChannelDataOutput channel) |
void write(OChannelDataOutput channel) throws IOException
IOException
void read(OChannelDataInput network) throws IOException
IOException
T execute(ORemotePushHandler remote)
OBinaryPushResponse createResponse()
byte getPushCommand()
Copyright © 2009–2020 OrientDB. All rights reserved.