public class PoolsHandler extends Object
| Constructor and Description |
|---|
PoolsHandler(CouchbaseMock mock) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCreateBucket(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
void |
handleDeleteBucket(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context,
Bucket bucket) |
void |
register(HttpServer server) |
public PoolsHandler(CouchbaseMock mock)
public void handleCreateBucket(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
IOException,
com.couchbase.mock.http.PoolsHandler.CreateBucketBadParamsException
org.apache.http.HttpExceptionIOExceptioncom.couchbase.mock.http.PoolsHandler.CreateBucketBadParamsExceptionpublic void handleDeleteBucket(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context,
Bucket bucket)
throws org.apache.http.HttpException,
IOException
org.apache.http.HttpExceptionIOExceptionpublic void register(HttpServer server)
Copyright © 2017. All rights reserved.