Uses of Class
com.orientechnologies.orient.server.network.protocol.ONetworkProtocolData
Packages that use ONetworkProtocolData
Package
Description
-
Uses of ONetworkProtocolData in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return ONetworkProtocolDataModifier and TypeMethodDescriptionOClientConnection.getData()OTokenHandler.getProtocolDataFromToken(OClientConnection oClientConnection, OToken token) Methods in com.orientechnologies.orient.server with parameters of type ONetworkProtocolDataModifier and TypeMethodDescriptionbyte[]OTokenHandler.getSignedBinaryToken(ODatabaseDocumentInternal db, OSecurityUser user, ONetworkProtocolData data) OServer.openDatabase(String iDbUrl, String user, String password, ONetworkProtocolData data) voidOClientConnection.setData(ONetworkProtocolData data) -
Uses of ONetworkProtocolData in com.orientechnologies.orient.server.network.protocol.http
Methods in com.orientechnologies.orient.server.network.protocol.http that return ONetworkProtocolDataConstructors in com.orientechnologies.orient.server.network.protocol.http with parameters of type ONetworkProtocolDataModifierConstructorDescriptionOHttpRequestAbstract(ONetworkHttpExecutor iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration) OHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration) -
Uses of ONetworkProtocolData in com.orientechnologies.orient.server.token
Methods in com.orientechnologies.orient.server.token that return ONetworkProtocolDataModifier and TypeMethodDescriptionOTokenHandlerImpl.getProtocolDataFromToken(OClientConnection connection, OToken token) Methods in com.orientechnologies.orient.server.token with parameters of type ONetworkProtocolDataModifier and TypeMethodDescriptionbyte[]OTokenHandlerImpl.getSignedBinaryToken(ODatabaseDocumentInternal db, OSecurityUser user, ONetworkProtocolData data)