Uses of Class
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
Packages that use OChannelBinary
Package
Description
-
Uses of OChannelBinary in com.orientechnologies.orient.client.binary
Subclasses of OChannelBinary in com.orientechnologies.orient.client.binaryModifier and TypeClassDescriptionclassclassAbstract implementation of binary channel.classSynchronous implementation of binary channel. -
Uses of OChannelBinary in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OChannelBinaryModifier and TypeMethodDescriptionORemotePushHandler.getNetwork(String host) ORemotePushHandlerImpl.getNetwork(String host) Methods in com.orientechnologies.orient.client.remote with parameters of type OChannelBinaryModifier and TypeMethodDescriptionvoidORemoteClientSession.addConnection(OChannelBinary connection) booleanORemoteClientSession.hasConnection(OChannelBinary connection) voidORemoteClient.onPushDisconnect(OChannelBinary network, Exception e) voidORemotePushHandler.onPushDisconnect(OChannelBinary network, Exception e) voidORemotePushHandlerImpl.onPushDisconnect(OChannelBinary network, Exception e) voidORemoteClient.returnSocket(OChannelBinary network) voidORemotePushHandler.returnSocket(OChannelBinary network) voidORemotePushHandlerImpl.returnSocket(OChannelBinary network) -
Uses of OChannelBinary in com.orientechnologies.orient.enterprise.channel.binary
Subclasses of OChannelBinary in com.orientechnologies.orient.enterprise.channel.binaryMethods in com.orientechnologies.orient.enterprise.channel.binary that return OChannelBinaryModifier and TypeMethodDescriptionOChannelBinary.writeBoolean(boolean iContent) OChannelBinary.writeByte(byte iContent) OChannelBinary.writeBytes(byte[] iContent) OChannelBinary.writeBytes(byte[] iContent, int iLength) OChannelBinary.writeInt(int iContent) OChannelBinary.writeLong(long iContent) OChannelBinary.writeShort(short iContent) OChannelBinary.writeString(String iContent) -
Uses of OChannelBinary in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return OChannelBinary -
Uses of OChannelBinary in com.orientechnologies.orient.server.network.protocol.binary
Fields in com.orientechnologies.orient.server.network.protocol.binary declared as OChannelBinaryMethods in com.orientechnologies.orient.server.network.protocol.binary that return OChannelBinaryMethods in com.orientechnologies.orient.server.network.protocol.binary with parameters of type OChannelBinaryModifier and TypeMethodDescriptionvoidONetworkProtocolBinary.initVariables(OServer server, OChannelBinary channel) Internal varialbe injection useful for testing.static voidONetworkProtocolBinary.writeIdentifiable(OChannelBinary channel, OClientConnection connection, OIdentifiable o) Write a OIdentifiable instance using this format:
- 2 bytes: class id [-2=no record, -3=rid, -1=no class id, > -1 = valid]
- 1 byte: record type [d,b,f]
- 2 bytes: cluster id
- 8 bytes: position in cluster
- 4 bytes: record version
- x bytes: record content