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

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

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

Methods in de.phleisch.app.itsucks.io.http.impl that return HttpRetrieverResponseCodeBehaviour.Action
 HttpRetrieverResponseCodeBehaviour.Action HttpRetrieverResponseCodeBehaviour.findActionForResponseCode(int pResponseCode)
           
 HttpRetrieverResponseCodeBehaviour.Action HttpRetrieverResponseCodeBehaviour.ResponseCodeRange.getAction()
           
static HttpRetrieverResponseCodeBehaviour.Action HttpRetrieverResponseCodeBehaviour.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HttpRetrieverResponseCodeBehaviour.Action[] HttpRetrieverResponseCodeBehaviour.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.phleisch.app.itsucks.io.http.impl with parameters of type HttpRetrieverResponseCodeBehaviour.Action
 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)
           
 void HttpRetrieverResponseCodeBehaviour.ResponseCodeRange.setAction(HttpRetrieverResponseCodeBehaviour.Action pAction)
           
 

Constructors in de.phleisch.app.itsucks.io.http.impl with parameters of type HttpRetrieverResponseCodeBehaviour.Action
HttpRetrieverResponseCodeBehaviour.ResponseCodeRange(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction)
           
HttpRetrieverResponseCodeBehaviour.ResponseCodeRange(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction, int pPriority)
           
 



Copyright © 2010. All Rights Reserved.