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 TypeClassDescriptionclassclassSynchronous 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.binary -
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.