Package io.vertx.up.runtime.soul
Class UriMeta
java.lang.Object
io.vertx.up.runtime.soul.UriMeta
- All Implemented Interfaces:
Serializable
This object is for uri store, it could store following information
1. Api ( uri + method / uri + method + key ), both static and dynamic
2. Address ( deployment address )
3. Worker ( Critical component that bridged vert.x and zero )
- Author:
- Lang
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()io.vertx.core.http.HttpMethodgetName()getUri()Class<?>inthashCode()booleanvoidsetAddress(String address) voidsetComment(String comment) voidsetDynamic(boolean dynamic) voidvoidsetMethod(io.vertx.core.http.HttpMethod method) voidvoidvoidsetWorkerClass(Class<?> workerClass) voidsetWorkerMethod(Method workerMethod)
-
Constructor Details
-
UriMeta
public UriMeta()
-
-
Method Details
-
isDynamic
public boolean isDynamic() -
setDynamic
public void setDynamic(boolean dynamic) -
getUri
-
setUri
-
getCacheKey
-
getMethod
public io.vertx.core.http.HttpMethod getMethod() -
setMethod
public void setMethod(io.vertx.core.http.HttpMethod method) -
getKey
-
setKey
-
getAddress
-
setAddress
-
getWorkerClass
-
setWorkerClass
-
getWorkerMethod
-
setWorkerMethod
-
getComment
-
setComment
-
getName
-
setName
-
equals
-
hashCode
public int hashCode()
-