Class OOpen37Request
java.lang.Object
com.orientechnologies.orient.client.remote.message.OOpen37Request
- All Implemented Interfaces:
OBinaryRequest<OOpen37Response>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanvoidwrite(OChannelDataOutput network) 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
requiredServerRole, requireServerUser
-
Constructor Details
-
OOpen37Request
-
OOpen37Request
public OOpen37Request()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OOpen37Response>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OOpen37Response>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OOpen37Response>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OOpen37Response>
-
getDatabaseName
-
getUserName
-
getUserPassword
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<OOpen37Response>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OOpen37Response>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OOpen37Response>
-