| Package | Description |
|---|---|
| com.orientechnologies.orient.server | |
| com.orientechnologies.orient.server.network.protocol.http | |
| com.orientechnologies.orient.server.token |
| Modifier and Type | Method and Description |
|---|---|
ONetworkProtocolData |
OClientConnection.getData() |
ONetworkProtocolData |
OTokenHandler.getProtocolDataFromToken(OClientConnection oClientConnection,
OToken token) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
OTokenHandler.getSignedBinaryToken(ODatabaseDocumentInternal db,
OSecurityUser user,
ONetworkProtocolData data) |
ODatabaseDocumentInternal |
OServer.openDatabase(java.lang.String iDbUrl,
java.lang.String user,
java.lang.String password,
ONetworkProtocolData data) |
void |
OClientConnection.setData(ONetworkProtocolData data) |
| Modifier and Type | Method and Description |
|---|---|
ONetworkProtocolData |
OHttpRequest.getData() |
| Constructor and Description |
|---|
OHttpRequest(ONetworkHttpExecutor iExecutor,
java.io.InputStream iInStream,
ONetworkProtocolData iData,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
OHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor,
java.io.InputStream iInStream,
ONetworkProtocolData iData,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ONetworkProtocolData |
OTokenHandlerImpl.getProtocolDataFromToken(OClientConnection connection,
OToken token) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
OTokenHandlerImpl.getSignedBinaryToken(ODatabaseDocumentInternal db,
OSecurityUser user,
ONetworkProtocolData data) |
Copyright © 2009–2022 OrientDB. All rights reserved.