| 程序包 | 说明 |
|---|---|
| esa.httpserver.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServerImpl |
HttpServerImpl.handle(Consumer<RequestHandle> h) |
HttpServerImpl |
HttpServerImpl.listen(int port) |
HttpServerImpl |
HttpServerImpl.listen(SocketAddress address) |
HttpServerImpl |
HttpServerImpl.listen(String host,
int port) |
HttpServerImpl |
HttpServerImpl.onClose(Runnable closure) |
HttpServerImpl |
HttpServerImpl.onConnected(Consumer<io.netty.channel.ChannelHandlerContext> h) |
HttpServerImpl |
HttpServerImpl.onDisconnected(Consumer<io.netty.channel.Channel> h) |
Copyright © 2020. All rights reserved.