| Constructor and Description |
|---|
OChannelBinaryAsynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int iProtocolVersion) |
OChannelBinaryAsynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion,
ORemoteServerEventListener asynchEventListener) |
OChannelBinaryAsynchClientSynch(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig) |
OChannelBinaryClientAbstract(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion) |
OChannelBinarySynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
OContextConfiguration |
OStorageRemote.getClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinaryAsynchClient |
ORemoteConnectionPool.acquire(String iServerURL,
long timeout,
OContextConfiguration clientConfiguration,
Map<String,Object> iConfiguration,
OStorageRemoteAsynchEventListener iListener) |
OChannelBinaryAsynchClient |
ORemoteConnectionManager.acquire(String iServerURL,
OContextConfiguration clientConfiguration,
Map<String,Object> iConfiguration,
OStorageRemoteAsynchEventListener iListener) |
protected OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNetworkConnection(String iServerURL,
OContextConfiguration clientConfiguration,
Map<String,Object> iAdditionalArg) |
| Modifier and Type | Method and Description |
|---|---|
OContextConfiguration |
OStorageConfiguration.getContextConfiguration() |
OContextConfiguration |
OStorageConfigurationImpl.getContextConfiguration() |
| Constructor and Description |
|---|
OContextConfiguration(OContextConfiguration iParent) |
| Modifier and Type | Method and Description |
|---|---|
OContextConfiguration |
ODatabaseWrapperAbstract.getConfiguration() |
OContextConfiguration |
ODatabase.getConfiguration()
Returns the database configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
OContextConfiguration |
ODatabaseDocumentTx.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static OSocketFactory |
OSocketFactory.instance(OContextConfiguration iConfig) |
| Constructor and Description |
|---|
OChannel(Socket iSocket,
OContextConfiguration iConfig) |
| Constructor and Description |
|---|
OChannelBinary(Socket iSocket,
OContextConfiguration iConfig) |
OChannelBinaryServer(Socket iSocket,
OContextConfiguration iConfig) |
| Constructor and Description |
|---|
OChannelText(Socket iSocket,
OContextConfiguration iConfig) |
OChannelTextServer(Socket iSocket,
OContextConfiguration iConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected OContextConfiguration |
OServer.contextConfiguration |
| Modifier and Type | Method and Description |
|---|---|
OContextConfiguration |
OServer.getContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ONetworkProtocol.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolBinary.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfig) |
| Modifier and Type | Field and Description |
|---|---|
OContextConfiguration |
OHttpRequest.configuration |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolHttpDb.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
void |
ONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
| Constructor and Description |
|---|
OHttpRequest(ONetworkProtocolHttpAbstract iExecutor,
InputStream iInStream,
ONetworkProtocolData iData,
OContextConfiguration iConfiguration) |
Copyright © 2009–2025 OrientDB. All rights reserved.