类的使用
link.thingscloud.freeswitch.esl.transport.message.EslMessage
使用EslMessage的程序包
程序包
说明
-
link.thingscloud.freeswitch.esl中EslMessage的使用
修饰符和类型方法说明InboundClient.sendSyncApiCommand(String addr, String command, String arg) Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server.InboundClient.sendSyncApiCommand(String addr, String command, String arg, long timeoutSeconds) Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server.类型变量类型为EslMessage的link.thingscloud.freeswitch.esl中的方法参数修饰符和类型方法说明voidInboundClient.sendSyncApiCommand(String addr, String command, String arg, Consumer<EslMessage> consumer) Aync callback Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server. -
link.thingscloud.freeswitch.esl.helper中EslMessage的使用
-
link.thingscloud.freeswitch.esl.inbound中EslMessage的使用
修饰符和类型方法说明NettyInboundClient.sendSyncApiCommand(String addr, String command, String arg) Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server.NettyInboundClient.sendSyncApiCommand(String addr, String command, String arg, long timeoutSeconds) Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server.类型变量类型为EslMessage的link.thingscloud.freeswitch.esl.inbound中的方法参数修饰符和类型方法说明voidNettyInboundClient.sendSyncApiCommand(String addr, String command, String arg, Consumer<EslMessage> consumer) Aync callback Sends a FreeSWITCH API command to the server and blocks, waiting for an immediate response from the server. -
link.thingscloud.freeswitch.esl.inbound.handler中EslMessage的使用
修饰符和类型方法说明InboundChannelHandler.sendSyncMultiLineCommand(List<String> commandLines) Synthesise a synchronous command/response by creating a callback object which is placed in queue and blocks waiting for another IO thread to process an incomingEslMessageand attach it to the callback.InboundChannelHandler.sendSyncSingleLineCommand(String command) Synthesise a synchronous command/response by creating a callback object which is placed in queue and blocks waiting for another IO thread to process an incomingEslMessageand attach it to the callback.修饰符和类型方法说明protected voidInboundChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, EslMessage msg) -
link.thingscloud.freeswitch.esl.transport中EslMessage的使用
-
link.thingscloud.freeswitch.esl.transport.event中EslMessage的使用
限定符构造器说明EslEvent(EslMessage rawMessage) Constructor for EslEvent.EslEvent(EslMessage rawMessage, boolean parseCommandReply) Constructor for EslEvent.