Class HandshakeInfo
java.lang.Object
com.orientechnologies.orient.server.network.protocol.binary.HandshakeInfo
Created by tglman on 29/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionHandshakeInfo(short protocolVersion, String driverName, String driverVersion, byte encoding, byte errorEncoding) -
Method Summary
Modifier and TypeMethodDescriptionbytebyteshortvoidsetDriverName(String driverName) voidsetDriverVersion(String driverVersion) voidsetProtocolVersion(short protocolVersion)
-
Constructor Details
-
HandshakeInfo
-
-
Method Details
-
getProtocolVersion
public short getProtocolVersion() -
setProtocolVersion
public void setProtocolVersion(short protocolVersion) -
getDriverName
-
setDriverName
-
getDriverVersion
-
setDriverVersion
-
getSerializer
-
getEncoding
public byte getEncoding() -
getErrorEncoding
public byte getErrorEncoding()
-