| 程序包 | 说明 |
|---|---|
| net.apexes.wsonrpc.server.support.http |
| 限定符和类型 | 方法和说明 |
|---|---|
NanoHTTPD.Method |
NanoHTTPD.HTTPSession.getMethod() |
NanoHTTPD.Method |
NanoHTTPD.IHTTPSession.getMethod() |
NanoHTTPD.Method |
NanoHTTPD.Response.getRequestMethod() |
static NanoHTTPD.Method |
NanoHTTPD.Method.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static NanoHTTPD.Method[] |
NanoHTTPD.Method.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
NanoHTTPD.Response |
NanoHTTPD.serve(String uri,
NanoHTTPD.Method method,
Map<String,String> headers,
Map<String,String> parms,
Map<String,String> files)
已过时。
|
void |
NanoHTTPD.Response.setRequestMethod(NanoHTTPD.Method requestMethod) |
Copyright © 2018. All rights reserved.