public class CloseSubscriptionResponseHandler extends AbstractResponseHandler
cfg, channelManager
Constructor and Description |
---|
CloseSubscriptionResponseHandler(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.
|
handleRedirectResponse
public CloseSubscriptionResponseHandler(ClientConfiguration cfg, HChannelManager channelManager)
public void handleResponse(PubSubProtocol.PubSubResponse response, PubSubData pubSubData, org.jboss.netty.channel.Channel channel) throws Exception
AbstractResponseHandler
handleResponse
in class AbstractResponseHandler
response
- PubSubResponse received from hub server.pubSubData
- PubSubData for the pub/sub request.channel
- Channel we used to make the request.Exception
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.