-
-
-
返回HttpScope的org.redkale.net.http中的方法
修饰符和类型 |
方法 |
说明 |
HttpScope |
HttpScope.appendAttrFunc(String key,
Supplier supplier) |
|
HttpScope |
HttpScope.appendAttrFunc(Function<String,Object> attrFunc) |
|
HttpScope |
HttpScope.attr(String name,
Object value) |
|
HttpScope |
HttpScope.attr(Map<String,?> map) |
|
HttpScope |
HttpScope.attrFunc(Function<String,Object> attrFunction) |
|
HttpScope |
HttpScope.cookie(String name,
Serializable value) |
|
HttpScope |
HttpScope.cookie(String name,
Serializable value,
boolean httpOnly) |
|
HttpScope |
HttpScope.cookie(HttpCookie cookie) |
|
static HttpScope |
HttpScope.create(String template,
String name,
Object value) |
|
static HttpScope |
HttpScope.create(String template,
String name1,
Object value1,
String name2,
Object value2) |
|
static HttpScope |
HttpScope.create(String template,
String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3) |
|
static HttpScope |
HttpScope.create(String template,
String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3,
String name4,
Object value4) |
|
static HttpScope |
HttpScope.create(String template,
String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3,
String name4,
Object value4,
String name5,
Object value5) |
|
static HttpScope |
HttpScope.create(String template,
Function<String,Object> attrFunction) |
|
HttpScope |
HttpScope.header(String name,
Serializable value) |
|
static HttpScope |
HttpScope.refer(String template) |
|
HttpScope |
HttpScope.referObj(Object value) |
|