Uses of Class
com.bytedesk.call.esl.client.transport.CommandResponse
Packages that use CommandResponse
Package
Description
FreeSWITCH ESL(Event Socket Library)客户端实现的内嵌版本。
-
Uses of CommandResponse in com.bytedesk.call.esl
Methods in com.bytedesk.call.esl with parameters of type CommandResponseModifier and TypeMethodDescriptionEslService.toResult(CommandResponse response) 将 CommandResponse 统一转换为 Map 结果(包含原始 command 与消息体) -
Uses of CommandResponse in com.bytedesk.call.esl.client.dptools
Methods in com.bytedesk.call.esl.client.dptools that return CommandResponseModifier and TypeMethodDescriptionprivate CommandResponseExecute.sendExeMesg(String app) private CommandResponseExecute.sendExeMesg(String app, String args) -
Uses of CommandResponse in com.bytedesk.call.esl.client.inbound
Fields in com.bytedesk.call.esl.client.inbound declared as CommandResponseMethods in com.bytedesk.call.esl.client.inbound that return CommandResponseModifier and TypeMethodDescriptionClient.addEventFilter(String eventHeader, String valueToFilter) Add an event filter to the current set of event filters on this connection.Client.cancelEventSubscriptions()Cancel any existing event subscription.Client.cancelLogging()Disable any logging previously enabled with setLogLevel().Client.close()Close the socket connectionClient.deleteEventFilter(String eventHeader, String valueToFilter) Delete an event filter from the current set of event filters on this connection.Client.sendMessage(SendMsg sendMsg) Send aSendMsgcommand to FreeSWITCH.Client.setEventSubscriptions(IModEslApi.EventFormat format, String events) Set the current event subscription for this connection to the server.Client.setLoggingLevel(IModEslApi.LoggingLevel level) Enable log output.Methods in com.bytedesk.call.esl.client.inbound with parameters of type CommandResponseModifier and TypeMethodDescriptionvoidIEslProtocolListener.authResponseReceived(CommandResponse response) -
Uses of CommandResponse in com.bytedesk.call.esl.client.internal
Methods in com.bytedesk.call.esl.client.internal that return CommandResponseModifier and TypeMethodDescriptionContext.addEventFilter(String eventHeader, String valueToFilter) Add an event filter to the current set of event filters on this connection.IModEslApi.addEventFilter(String eventHeader, String valueToFilter) Context.cancelEventSubscriptions()Cancel any existing event subscription.IModEslApi.cancelEventSubscriptions()Context.cancelLogging()Disable any logging previously enabled with setLogLevel().IModEslApi.cancelLogging()Context.deleteEventFilter(String eventHeader, String valueToFilter) Delete an event filter from the current set of event filters on this connection.IModEslApi.deleteEventFilter(String eventHeader, String valueToFilter) Context.sendMessage(SendMsg sendMsg) Send aSendMsgcommand to FreeSWITCH.IModEslApi.sendMessage(SendMsg sendMsg) Context.setEventSubscriptions(IModEslApi.EventFormat format, String events) Set the current event subscription for this connection to the server.IModEslApi.setEventSubscriptions(IModEslApi.EventFormat format, String events) Context.setLoggingLevel(IModEslApi.LoggingLevel level) Enable log output.IModEslApi.setLoggingLevel(IModEslApi.LoggingLevel level)