public class UnsubscribeResponseHandler extends AbstractResponseHandler
cfg, channelManager| Constructor and Description |
|---|
UnsubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResponse(PubSubProtocol.PubSubResponse response,
PubSubData pubSubData,
org.jboss.netty.channel.Channel channel)
Logic to handle received response.
|
handleRedirectResponsepublic UnsubscribeResponseHandler(ClientConfiguration cfg, HChannelManager channelManager)
public void handleResponse(PubSubProtocol.PubSubResponse response, PubSubData pubSubData, org.jboss.netty.channel.Channel channel) throws Exception
AbstractResponseHandlerhandleResponse in class AbstractResponseHandlerresponse - PubSubResponse received from hub server.pubSubData - PubSubData for the pub/sub request.channel - Channel we used to make the request.ExceptionCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.