Class OServerInfoRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OServerInfoRequest
- All Implemented Interfaces:
OBinaryRequest<OServerInfoResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanbooleanvoidwrite(OChannelDataOutput network, ORemoteClientSession session)
-
Constructor Details
-
OServerInfoRequest
public OServerInfoRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OServerInfoResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OServerInfoResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OServerInfoResponse>
-
requiredServerRole
- Specified by:
requiredServerRolein interfaceOBinaryRequest<OServerInfoResponse>
-
requireServerUser
public boolean requireServerUser()- Specified by:
requireServerUserin interfaceOBinaryRequest<OServerInfoResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OServerInfoResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OServerInfoResponse>
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<OServerInfoResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OServerInfoResponse>
-