类的使用
link.thingscloud.freeswitch.esl.transport.CommandResponse
使用CommandResponse的程序包
-
link.thingscloud.freeswitch.esl中CommandResponse的使用
修饰符和类型方法说明InboundClient.addEventFilter(String addr, String eventHeader, String valueToFilter) Add an event filter to the current set of event filters on this connection.InboundClient.cancelEventSubscriptions(String addr) Cancel any existing event subscription.InboundClient.cancelLogging(String addr) Disable any logging previously enabled with setLogLevel().Close the socket connectionInboundClient.deleteEventFilter(String addr, String eventHeader, String valueToFilter) Delete an event filter from the current set of event filters on this connection.Send aSendMsgcommand to FreeSWITCH.InboundClient.sendMessage(String addr, SendMsg sendMsg) Send aSendMsgcommand to FreeSWITCH.InboundClient.setEventSubscriptions(String addr, String format, String events) Set the current event subscription for this connection to the server.InboundClient.setLoggingLevel(String addr, String level) Enable log output.类型变量类型为CommandResponse的link.thingscloud.freeswitch.esl中的方法参数修饰符和类型方法说明voidInboundClient.sendEvent(String addr, SendEvent sendEvent, Consumer<CommandResponse> consumer) Aync callback Send aSendMsgcommand to FreeSWITCH.voidInboundClient.sendMessage(String addr, SendMsg sendMsg, Consumer<CommandResponse> consumer) Aync callback Send aSendMsgcommand to FreeSWITCH. -
link.thingscloud.freeswitch.esl.inbound中CommandResponse的使用
修饰符和类型方法说明NettyInboundClient.addEventFilter(String addr, String eventHeader, String valueToFilter) Add an event filter to the current set of event filters on this connection.NettyInboundClient.cancelEventSubscriptions(String addr) Cancel any existing event subscription.NettyInboundClient.cancelLogging(String addr) Disable any logging previously enabled with setLogLevel().Close the socket connectionNettyInboundClient.deleteEventFilter(String addr, String eventHeader, String valueToFilter) Delete an event filter from the current set of event filters on this connection.Send aSendMsgcommand to FreeSWITCH.NettyInboundClient.sendMessage(String addr, SendMsg sendMsg) Send aSendMsgcommand to FreeSWITCH.NettyInboundClient.setEventSubscriptions(String addr, String format, String events) Set the current event subscription for this connection to the server.NettyInboundClient.setLoggingLevel(String addr, String level) Enable log output.类型变量类型为CommandResponse的link.thingscloud.freeswitch.esl.inbound中的方法参数修饰符和类型方法说明voidNettyInboundClient.sendEvent(String addr, SendEvent sendEvent, Consumer<CommandResponse> consumer) Aync callback Send aSendMsgcommand to FreeSWITCH.voidNettyInboundClient.sendMessage(String addr, SendMsg sendMsg, Consumer<CommandResponse> consumer) Aync callback Send aSendMsgcommand to FreeSWITCH.