com.aliyun.mns.common.comm
类 NoRetryStrategy

java.lang.Object
  继承者 com.aliyun.mns.common.comm.RetryStrategy
      继承者 com.aliyun.mns.common.comm.NoRetryStrategy

public class NoRetryStrategy
extends RetryStrategy


构造方法摘要
NoRetryStrategy()
           
 
方法摘要
 boolean shouldRetry(Exception ex, RequestMessage request, ResponseMessage response, int retries)
           
 
从类 com.aliyun.mns.common.comm.RetryStrategy 继承的方法
getPauseDelay
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NoRetryStrategy

public NoRetryStrategy()
方法详细信息

shouldRetry

public boolean shouldRetry(Exception ex,
                           RequestMessage request,
                           ResponseMessage response,
                           int retries)
指定者:
RetryStrategy 中的 shouldRetry


Copyright © 2016. All Rights Reserved.