public interface IRpcServer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bind(int port)
绑定端口
|
boolean |
support(String type)
是否支持
|
void bind(int port) throws IOException
port - 端口IOException - IOExceptionboolean support(String type)
type - 类型Copyright © 2020. All Rights Reserved.