Uses of Class
de.phleisch.app.itsucks.io.http.impl.HttpRetrieverResponseCodeBehaviour.ResponseCodeRange

Packages that use HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
de.phleisch.app.itsucks.io.http.impl   
 

Uses of HttpRetrieverResponseCodeBehaviour.ResponseCodeRange in de.phleisch.app.itsucks.io.http.impl
 

Fields in de.phleisch.app.itsucks.io.http.impl with type parameters of type HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
protected  java.util.SortedSet<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> HttpRetrieverResponseCodeBehaviour.mResponseCodeAction
           
 

Methods in de.phleisch.app.itsucks.io.http.impl that return HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange HttpRetrieverResponseCodeBehaviour.add(int pResponseCode, HttpRetrieverResponseCodeBehaviour.Action pAction)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange HttpRetrieverResponseCodeBehaviour.add(int pResponseCode, HttpRetrieverResponseCodeBehaviour.Action pAction, int pPriority)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange HttpRetrieverResponseCodeBehaviour.add(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange HttpRetrieverResponseCodeBehaviour.add(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction, int pPriority)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange HttpRetrieverResponseCodeBehaviour.findConfigurationForResponseCode(int pResponseCode)
           
 

Methods in de.phleisch.app.itsucks.io.http.impl that return types with arguments of type HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
 java.util.Set<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> HttpRetrieverResponseCodeBehaviour.getConfigurationList()
           
 

Methods in de.phleisch.app.itsucks.io.http.impl with parameters of type HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
 boolean HttpRetrieverResponseCodeBehaviour.add(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
           
 int HttpRetrieverResponseCodeBehaviour.ResponseCodeRange.compareTo(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
           
 boolean HttpRetrieverResponseCodeBehaviour.remove(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
           
 



Copyright © 2010. All Rights Reserved.