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