接口的使用
qhs.interfaces.ConnListener
-
使用ConnListener的程序包 程序包 说明 qhs.interfaces -
-
qhs.interfaces中ConnListener的使用
返回ConnListener的qhs.interfaces中的方法 修饰符和类型 方法 说明 ConnListener[]Connection. getListeners()返回所有已经缓存的http连接监听器。参数类型为ConnListener的qhs.interfaces中的方法 修饰符和类型 方法 说明 voidConnection. addListener(ConnListener listener)增加并且缓存一个http连接监听器。voidConnection. removeListener(ConnListener listener)删除一个http连接监听器。
-