Uses of Class
com.orientechnologies.orient.server.network.protocol.ONetworkProtocol
Packages that use ONetworkProtocol
Package
Description
-
Uses of ONetworkProtocol in com.orientechnologies.enterprise.server
Methods in com.orientechnologies.enterprise.server with parameters of type ONetworkProtocolModifier and TypeMethodDescriptionvoidOEnterpriseServerImpl.onSocketAccepted(ONetworkProtocol protocol) voidOEnterpriseServerImpl.onSocketDestroyed(ONetworkProtocol protocol) -
Uses of ONetworkProtocol in com.orientechnologies.enterprise.server.listener
Methods in com.orientechnologies.enterprise.server.listener with parameters of type ONetworkProtocolModifier and TypeMethodDescriptiondefault voidOEnterpriseConnectionListener.onSocketAccepted(ONetworkProtocol protocol) default voidOEnterpriseConnectionListener.onSocketDestroyed(ONetworkProtocol protocol) -
Uses of ONetworkProtocol in com.orientechnologies.orient.server
Fields in com.orientechnologies.orient.server with type parameters of type ONetworkProtocolModifier and TypeFieldDescriptionprotected Map<String,Class<? extends ONetworkProtocol>> OServer.networkProtocolsMethods in com.orientechnologies.orient.server that return ONetworkProtocolMethods in com.orientechnologies.orient.server that return types with arguments of type ONetworkProtocolModifier and TypeMethodDescriptionMap<String,Class<? extends ONetworkProtocol>> OServer.getNetworkProtocols()Methods in com.orientechnologies.orient.server with parameters of type ONetworkProtocolModifier and TypeMethodDescriptionOClientConnectionManager.connect(ONetworkProtocol iProtocol) Create a connection.OClientConnectionManager.connect(ONetworkProtocol iProtocol, OClientConnection connection, byte[] tokenBytes) Create a connection.OClientConnectionManager.getConnection(int iChannelId, ONetworkProtocol protocol) Retrieves the connection by id.OClientConnectionManager.reConnect(ONetworkProtocol iProtocol, byte[] tokenBytes) voidOClientConnection.setProtocol(ONetworkProtocol protocol) Method parameters in com.orientechnologies.orient.server with type arguments of type ONetworkProtocolModifier and TypeMethodDescription<RET extends OServerNetworkListener>
RETOServer.getListenerByProtocol(Class<? extends ONetworkProtocol> iProtocolClass) Constructors in com.orientechnologies.orient.server with parameters of type ONetworkProtocol -
Uses of ONetworkProtocol in com.orientechnologies.orient.server.network
Methods in com.orientechnologies.orient.server.network that return types with arguments of type ONetworkProtocolModifier and TypeMethodDescriptionClass<? extends ONetworkProtocol>OServerNetworkListener.getProtocolType()Constructor parameters in com.orientechnologies.orient.server.network with type arguments of type ONetworkProtocolModifierConstructorDescriptionOServerNetworkListener(OServer iServer, OServerSocketFactory iSocketFactory, String iHostName, String iHostPortRange, String iProtocolName, Class<? extends ONetworkProtocol> iProtocol, OServerParameterConfiguration[] iParameters, OServerCommandConfiguration[] iCommands) -
Uses of ONetworkProtocol in com.orientechnologies.orient.server.network.protocol.binary
-
Uses of ONetworkProtocol in com.orientechnologies.orient.server.network.protocol.http
-
Uses of ONetworkProtocol in com.orientechnologies.orient.server.plugin
Methods in com.orientechnologies.orient.server.plugin with parameters of type ONetworkProtocolModifier and TypeMethodDescriptionstatic voidOServerPluginHelper.invokeHandlerCallbackOnSocketAccepted(OServer iServer, ONetworkProtocol networkProtocol) static voidOServerPluginHelper.invokeHandlerCallbackOnSocketDestroyed(OServer iServer, ONetworkProtocol networkProtocol) default voidOServerPlugin.onSocketAccepted(ONetworkProtocol protocol) default voidOServerPlugin.onSocketDestroyed(ONetworkProtocol protocol)