jjzjj

SocketMessageProcessing

全部标签

android - 如何将数据从 IntentService 发送到 Non-Activity 类

我有两个服务类。一个是WebsocketService(extendsService)管理Websocketrelatedfunction和SocketMessageProcessing(extendsIntentService)至processresponseReceivedinWebSocketService.来自Non-Activity(SocketImpl)类我能够成功地将数据发送到WebsocketService.但我无法将回复发送回SocketImpl来自SocketMessageProcessing的类(class)类。//CommonClassTosenddatatoW