| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OServerNetworkListener> |
OServer.networkListeners |
| Modifier and Type | Method and Description |
|---|---|
<RET extends OServerNetworkListener> |
OServer.getListenerByProtocol(java.lang.Class<? extends ONetworkProtocol> iProtocolClass) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OServerNetworkListener> |
OServer.getNetworkListeners() |
| Modifier and Type | Method and Description |
|---|---|
OServerNetworkListener |
OServerNetworkListener.registerStatefulCommand(OServerCommandConfiguration iCommand) |
OServerNetworkListener |
OServerNetworkListener.registerStatelessCommand(OServerCommand iCommand) |
OServerNetworkListener |
OServerNetworkListener.unregisterStatefulCommand(OServerCommandConfiguration iCommand) |
OServerNetworkListener |
OServerNetworkListener.unregisterStatelessCommand(java.lang.Class<? extends OServerCommand> iCommandClass) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ONetworkProtocol.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolBinary.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolHttpDb.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
void |
ONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
static void |
ONetworkProtocolHttpAbstract.registerHandlers(java.lang.Object caller,
OServer server,
OServerNetworkListener iListener,
OHttpNetworkCommandManager cmdManager) |
protected void |
ONetworkProtocolHttpAbstract.registerStatelessCommands(OServerNetworkListener iListener) |
Copyright © 2009–2022 OrientDB. All rights reserved.