Uses of Class
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary
Packages that use ONetworkProtocolBinary
-
Uses of ONetworkProtocolBinary in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return types with arguments of type ONetworkProtocolBinaryModifier and TypeMethodDescriptionOPushInfo.protocol()Returns the value of theprotocolrecord component.Methods in com.orientechnologies.orient.server with parameters of type ONetworkProtocolBinaryModifier and TypeMethodDescriptionvoidOPushManager.subscribeDistributeConfig(ONetworkProtocolBinary channel, OClientConnection session) voidOPushManager.subscribeFunctions(ODatabaseDocumentInternal database, ONetworkProtocolBinary protocol, OClientConnection session) voidOPushManager.subscribeIndexManager(ODatabaseDocumentInternal database, ONetworkProtocolBinary protocol, OClientConnection session) voidOPushManager.subscribeSchema(ODatabaseDocumentInternal database, ONetworkProtocolBinary protocol, OClientConnection session) voidOPushManager.subscribeSequences(ODatabaseDocumentInternal database, ONetworkProtocolBinary protocol, OClientConnection session) voidOPushManager.subscribeStorageConfiguration(ODatabaseDocumentInternal database, ONetworkProtocolBinary protocol, OClientConnection session) voidOClientConnection.validateSession(byte[] tokenFromNetwork, OTokenHandler handler, ONetworkProtocolBinary protocol) Constructor parameters in com.orientechnologies.orient.server with type arguments of type ONetworkProtocolBinaryModifierConstructorDescriptionOPushInfo(OClientConnection connection, WeakReference<ONetworkProtocolBinary> protocol) Creates an instance of aOPushInforecord class.