Class OOpenResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OOpenResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
ConstructorsConstructorDescriptionOOpenResponse(int sessionId, byte[] sessionToken, int[] clusterIds, String[] clusterNames, byte[] distriConf, String version) -
Method Summary
Modifier and TypeMethodDescriptionint[]String[]byte[]intbyte[]voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OOpenResponse
public OOpenResponse() -
OOpenResponse
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getSessionId
public int getSessionId() -
getSessionToken
public byte[] getSessionToken() -
getClusterIds
public int[] getClusterIds() -
getClusterNames
-
getDistributedConfiguration
public byte[] getDistributedConfiguration()
-