public interface ResourceStorage
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String uri,
io.vertx.core.Handler<Integer> doneHandler) |
void |
get(String path,
io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler) |
void |
put(String uri,
io.vertx.core.buffer.Buffer buffer,
io.vertx.core.Handler<Integer> doneHandler) |
void |
put(String uri,
io.vertx.core.MultiMap headers,
io.vertx.core.buffer.Buffer buffer,
io.vertx.core.Handler<Integer> doneHandler) |
void get(String path, io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)
void put(String uri, io.vertx.core.MultiMap headers, io.vertx.core.buffer.Buffer buffer, io.vertx.core.Handler<Integer> doneHandler)
void put(String uri, io.vertx.core.buffer.Buffer buffer, io.vertx.core.Handler<Integer> doneHandler)
Copyright © 2016–2021. All rights reserved.