public class OChannelBinarySynchClient extends OChannelBinaryClientAbstract
currentSessionId, currentStatus, serverURL, socketTimeout, srvProtocolVersion
debug, in, out
Constructor and Description |
---|
OChannelBinarySynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion) |
Modifier and Type | Method and Description |
---|---|
void |
beginRequest(byte iCommand,
int sessionId,
byte[] token) |
byte[] |
beginResponse(boolean token) |
clearInput, getServerURL, getSrvProtocolVersion, handleStatus, isConnected, setReadResponseTimeout, throwSerializedException, tryLock, unlock
close, flush, getDataInput, getDataOutput, readBoolean, readByte, readBytes, readInt, readLong, readRID, readShort, readString, readVersion, setReadRequestTimeout, setWaitRequestTimeout, setWaitResponseTimeout, writeBoolean, writeByte, writeBytes, writeBytes, writeInt, writeLong, writeRID, writeShort, writeString, writeVersion
acquireReadLock, acquireWriteLock, connected, getLocalIpAddress, getLockWrite, releaseReadLock, releaseWriteLock, toString, tryAcquireWriteLock, updateMetricFlushes, updateMetricReceivedBytes, updateMetricTransmittedBytes
browseListeners, getListenersCopy, registerListener, resetListeners, unregisterListener
public OChannelBinarySynchClient(String remoteHost, int remotePort, String iDatabaseName, OContextConfiguration iConfig, int protocolVersion) throws IOException
IOException
public void beginRequest(byte iCommand, int sessionId, byte[] token) throws IOException
IOException
public byte[] beginResponse(boolean token) throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.