| 程序包 | 说明 |
|---|---|
| org.nanohttpd.protocols.http | |
| org.nanohttpd.protocols.http.sockets |
| 限定符和类型 | 方法和说明 |
|---|---|
IFactoryThrowing<ServerSocket,IOException> |
NanoHTTPD.getServerSocketFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NanoHTTPD.setServerSocketFactory(IFactoryThrowing<ServerSocket,IOException> serverSocketFactory) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultServerSocketFactory
Creates a normal ServerSocket for TCP connections
|
class |
SecureServerSocketFactory
Creates a new SSLServerSocket
|
Copyright © 2012–2020 nanohttpd. All rights reserved.