public class HttpHandlerSetting extends Object
| Constructor and Description |
|---|
HttpHandlerSetting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(String methodName,
HttpHandlerMethod method) |
void |
defaultMethod(HttpHandlerMethod method) |
HttpHandlerMethod |
getMethod(String methodName) |
public void defaultMethod(HttpHandlerMethod method)
public void addMethod(String methodName, HttpHandlerMethod method)
public HttpHandlerMethod getMethod(String methodName)
Copyright © 2020. All rights reserved.