| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends ONetworkProtocol>> |
OServer.networkProtocols |
| Modifier and Type | Method and Description |
|---|---|
ONetworkProtocol |
OClientConnection.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends ONetworkProtocol>> |
OServer.getNetworkProtocols() |
| Modifier and Type | Method and Description |
|---|---|
OClientConnection |
OClientConnectionManager.connect(ONetworkProtocol iProtocol)
Create a connection.
|
OClientConnection |
OClientConnectionManager.connect(ONetworkProtocol iProtocol,
OClientConnection connection,
byte[] tokenBytes,
OTokenHandler handler)
Create a connection.
|
OClientConnection |
OClientConnectionManager.getConnection(int iChannelId,
ONetworkProtocol protocol)
Retrieves the connection by id.
|
OClientConnection |
OClientConnectionManager.reConnect(ONetworkProtocol iProtocol,
byte[] tokenBytes,
OToken token) |
void |
OClientConnection.setProtocol(ONetworkProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
<RET extends OServerNetworkListener> |
OServer.getListenerByProtocol(Class<? extends ONetworkProtocol> iProtocolClass) |
| Constructor and Description |
|---|
OClientConnection(int id,
ONetworkProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ONetworkProtocol> |
OServerNetworkListener.getProtocolType() |
| Constructor and Description |
|---|
OServerNetworkListener(OServer iServer,
OServerSocketFactory iSocketFactory,
String iHostName,
String iHostPortRange,
String iProtocolName,
Class<? extends ONetworkProtocol> iProtocol,
OServerParameterConfiguration[] iParameters,
OServerCommandConfiguration[] iCommands) |
| Modifier and Type | Class and Description |
|---|---|
class |
ONetworkProtocolBinary |
| Modifier and Type | Class and Description |
|---|---|
class |
ONetworkProtocolHttpAbstract |
class |
ONetworkProtocolHttpDb |
| Modifier and Type | Method and Description |
|---|---|
static void |
OServerPluginHelper.invokeHandlerCallbackOnSocketAccepted(OServer iServer,
ONetworkProtocol networkProtocol) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnSocketDestroyed(OServer iServer,
ONetworkProtocol networkProtocol) |
default void |
OServerPlugin.onSocketAccepted(ONetworkProtocol protocol) |
default void |
OServerPlugin.onSocketDestroyed(ONetworkProtocol protocol) |
Copyright © 2009–2025 OrientDB. All rights reserved.