| 程序包 | 说明 |
|---|---|
| top.bayberry.core.http | |
| top.bayberry.core.http.nettyWebServer.router |
| 限定符和类型 | 方法和说明 |
|---|---|
static HTTPMethod |
HTTPMethod.from(String t) |
HTTPMethod |
HttpConnetcionEX.getHttpMethod()
Gets http method.
|
static HTTPMethod |
HTTPMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HTTPMethod[] |
HTTPMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpConnetcionEX.setHttpMethod(HTTPMethod httpMethod)
Sets http method.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected HTTPMethod |
Router.httpMethod |
| 限定符和类型 | 方法和说明 |
|---|---|
HTTPMethod |
Router.getHttpMethod() |
| 构造器和说明 |
|---|
Router_action(HTTPMethod httpMethod,
String url,
String route) |
Router_rcode(HTTPMethod httpMethod,
String url,
String route) |
Router_staticDir(HTTPMethod httpMethod,
String url,
String route) |
Router_staticFile(HTTPMethod httpMethod,
String url,
String route) |
Router(HTTPMethod httpMethod,
String url,
String route) |
Router(HTTPMethod httpMethod,
String url,
String route,
Router.RouteType routeType) |
Copyright © 2020. All rights reserved.