
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
IOExceptionvoid read(OChannelDataInput network) throws IOException
IOExceptionT execute(ORemotePushHandler remote)
OBinaryPushResponse createResponse()
byte getPushCommand()
Copyright © 2009–2025 OrientDB. All rights reserved.