
public class HandshakeInfo extends Object
| Constructor and Description |
|---|
HandshakeInfo(short protocolVersion,
String driverName,
String driverVersion,
byte encoding,
byte errorEncoding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverName() |
String |
getDriverVersion() |
byte |
getEncoding() |
byte |
getErrorEncoding() |
short |
getProtocolVersion() |
com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer |
getSerializer() |
void |
setDriverName(String driverName) |
void |
setDriverVersion(String driverVersion) |
void |
setProtocolVersion(short protocolVersion) |
public short getProtocolVersion()
public void setProtocolVersion(short protocolVersion)
public String getDriverName()
public void setDriverName(String driverName)
public String getDriverVersion()
public void setDriverVersion(String driverVersion)
public com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer getSerializer()
public byte getEncoding()
public byte getErrorEncoding()
Copyright © 2009–2018 OrientDB. All rights reserved.