| Modifier and Type | Class and Description |
|---|---|
class |
OChannelBinaryAsynchClient |
class |
OChannelBinaryAsynchClientSynch
Single requester client implementation.
|
class |
OChannelBinaryClientAbstract
Abstract implementation of binary channel.
|
class |
OChannelBinarySynchClient
Synchronous implementation of binary channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OStorageRemoteSession.addConnection(OChannelBinary connection) |
boolean |
OStorageRemoteSession.hasConnection(OChannelBinary connection) |
OBonsaiCollectionPointer |
OCollectionNetworkSerializer.readCollectionPointer(OChannelBinary client) |
void |
OCollectionNetworkSerializer.writeCollectionPointer(OChannelBinary client,
OBonsaiCollectionPointer treePointer) |
| Modifier and Type | Class and Description |
|---|---|
class |
OChannelBinaryServer |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinary |
OChannelBinary.writeBoolean(boolean iContent) |
OChannelBinary |
OChannelBinary.writeByte(byte iContent) |
OChannelBinary |
OChannelBinary.writeBytes(byte[] iContent) |
OChannelBinary |
OChannelBinary.writeBytes(byte[] iContent,
int iLength) |
OChannelBinary |
OChannelBinary.writeInt(int iContent) |
OChannelBinary |
OChannelBinary.writeLong(long iContent) |
OChannelBinary |
OChannelBinary.writeShort(short iContent) |
OChannelBinary |
OChannelBinary.writeString(String iContent) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OChannelBinaryProtocol.checkRequestTypeRange(OChannelBinary channel,
int reqType) |
static OIdentifiable |
OChannelBinaryProtocol.readIdentifiable(OChannelBinary network) |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinary |
OClientConnection.getChannel() |
| Modifier and Type | Field and Description |
|---|---|
protected OChannelBinary |
ONetworkProtocolBinary.channel |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinary |
ONetworkProtocolBinary.getChannel() |
Copyright © 2009–2025 OrientDB. All rights reserved.