public class KnotContext extends Object
| Constructor and Description |
|---|
KnotContext() |
KnotContext(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
KnotContext |
clearFragments() |
boolean |
equals(Object o) |
com.google.common.cache.Cache<String,io.reactivex.Single<io.vertx.core.json.JsonObject>> |
getCache() |
ClientRequest |
getClientRequest() |
ClientResponse |
getClientResponse() |
List<Fragment> |
getFragments() |
String |
getTransition() |
int |
hashCode() |
KnotContext |
setClientRequest(ClientRequest request) |
KnotContext |
setClientResponse(ClientResponse response) |
KnotContext |
setFragments(List<Fragment> fragments) |
KnotContext |
setTransition(String transition) |
io.vertx.core.json.JsonObject |
toJson() |
public static final String KEY
public KnotContext()
public KnotContext(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public KnotContext clearFragments()
public String getTransition()
public KnotContext setTransition(String transition)
public ClientRequest getClientRequest()
public KnotContext setClientRequest(ClientRequest request)
public ClientResponse getClientResponse()
public KnotContext setClientResponse(ClientResponse response)
public KnotContext setFragments(List<Fragment> fragments)
public com.google.common.cache.Cache<String,io.reactivex.Single<io.vertx.core.json.JsonObject>> getCache()
Copyright © 2016–2020. All rights reserved.