de.phleisch.app.itsucks.io.http.impl
Class HttpRetrieverResponseCodeBehaviour
java.lang.Object
de.phleisch.app.itsucks.io.http.impl.HttpRetrieverResponseCodeBehaviour
- All Implemented Interfaces:
- java.io.Serializable
public class HttpRetrieverResponseCodeBehaviour
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mResponseCodeAction
protected java.util.SortedSet<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> mResponseCodeAction
HttpRetrieverResponseCodeBehaviour
public HttpRetrieverResponseCodeBehaviour()
add
public HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCode,
HttpRetrieverResponseCodeBehaviour.Action pAction,
int pPriority)
add
public HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCode,
HttpRetrieverResponseCodeBehaviour.Action pAction)
add
public HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCodeFrom,
int pResponseCodeTo,
HttpRetrieverResponseCodeBehaviour.Action pAction)
add
public HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCodeFrom,
int pResponseCodeTo,
HttpRetrieverResponseCodeBehaviour.Action pAction,
int pPriority)
add
public boolean add(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
add
public boolean add(HttpRetrieverResponseCodeBehaviour pRetrieverReponseCodeBehaviour)
remove
public boolean remove(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
findConfigurationForResponseCode
public HttpRetrieverResponseCodeBehaviour.ResponseCodeRange findConfigurationForResponseCode(int pResponseCode)
getConfigurationList
public java.util.Set<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> getConfigurationList()
findActionForResponseCode
public HttpRetrieverResponseCodeBehaviour.Action findActionForResponseCode(int pResponseCode)
size
public int size()
Copyright © 2010. All Rights Reserved.