Constructor and Description |
---|
SecuredAuthenticator(HttpJsonRequestFactory jsonRequestFactory) |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
IDocumentStore.getJsonRequestFactory()
Get the
HttpJsonRequestFactory for this store |
Constructor and Description |
---|
RemoteChangesClientBase(String url,
String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
Convention conventions,
IReplicationInformerBase replicationInformer,
Action0 onDispose) |
RemoteDatabaseChanges(String url,
String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
DocumentConvention conventions,
IDocumentStoreReplicationInformer replicationInformer,
Action0 onDispose,
Function4<String,Etag,String[],OperationMetadata,Boolean> tryResolveConflictByUsingRegisteredConflictListeners) |
Modifier and Type | Field and Description |
---|---|
protected HttpJsonRequestFactory |
ServerClient.jsonRequestFactory |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
ServerClient.getJsonRequestFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
MultiGetOperation.canFullyCache(HttpJsonRequestFactory jsonRequestFactory,
HttpJsonRequest httpJsonRequest,
String postedData) |
GetResponse[] |
MultiGetOperation.handleCachingResponse(GetResponse[] responses,
HttpJsonRequestFactory jsonRequestFactory) |
GetRequest[] |
MultiGetOperation.preparingForCachingRequest(HttpJsonRequestFactory jsonRequestFactory) |
Constructor and Description |
---|
ReplicationInformer(Convention conventions,
HttpJsonRequestFactory jsonRequestFactory) |
ReplicationInformerBase(Convention conventions,
HttpJsonRequestFactory requestFactory,
int delayTime) |
ServerClient(String url,
DocumentConvention convention,
OperationCredentials credentials,
HttpJsonRequestFactory httpJsonRequestFactory,
UUID sessionId,
Function1<String,IDocumentStoreReplicationInformer> replicationInformerGetter,
String databaseName,
IDocumentConflictListener[] conflictListeners,
boolean incrementReadStripe) |
Constructor and Description |
---|
HttpJsonRequest(CreateHttpJsonRequestParams requestParams,
HttpJsonRequestFactory factory) |
Modifier and Type | Method and Description |
---|---|
IDocumentStoreReplicationInformer |
ReplicationInformerFactory.create(String url,
HttpJsonRequestFactory jsonRequestFactory) |
Modifier and Type | Field and Description |
---|---|
protected HttpJsonRequestFactory |
DocumentStore.jsonRequestFactory |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
DocumentStore.getJsonRequestFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityExtensions.initializeSecurity(Convention conventions,
HttpJsonRequestFactory requestFactory,
String serverUrl) |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
ShardedDocumentStore.getJsonRequestFactory() |
Constructor and Description |
---|
SingleAuthTokenRetriever(IHoldProfilingInformation profilingInformation,
HttpJsonRequestFactory factory,
Convention convention,
Map<String,String> operationHeaders,
OperationMetadata operationMetadata) |
Copyright © 2016. All Rights Reserved.