| 程序包 | 说明 |
|---|---|
| org.nanohttpd.protocols.http |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HTTPSession |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<IHandler<IHTTPSession,Response>> |
NanoHTTPD.interceptors |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
NanoHTTPD.handle(IHTTPSession session)
This is the "master" method that delegates requests to handlers and makes
sure there is a response to every request.
|
protected Response |
NanoHTTPD.serve(IHTTPSession session)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NanoHTTPD.addHTTPInterceptor(IHandler<IHTTPSession,Response> interceptor) |
void |
NanoHTTPD.setHTTPHandler(IHandler<IHTTPSession,Response> handler) |
Copyright © 2012–2020 nanohttpd. All rights reserved.