de.phleisch.app.itsucks.io.http.impl
Class HttpRetrieverResponseCodeBehaviour

java.lang.Object
  extended by 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

Nested Class Summary
static class HttpRetrieverResponseCodeBehaviour.Action
           
static class HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
           
 
Field Summary
protected  java.util.SortedSet<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> mResponseCodeAction
           
 
Constructor Summary
HttpRetrieverResponseCodeBehaviour()
           
 
Method Summary
 boolean add(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
           
 boolean add(HttpRetrieverResponseCodeBehaviour pRetrieverReponseCodeBehaviour)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCode, HttpRetrieverResponseCodeBehaviour.Action pAction)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCode, HttpRetrieverResponseCodeBehaviour.Action pAction, int pPriority)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange add(int pResponseCodeFrom, int pResponseCodeTo, HttpRetrieverResponseCodeBehaviour.Action pAction, int pPriority)
           
 HttpRetrieverResponseCodeBehaviour.Action findActionForResponseCode(int pResponseCode)
           
 HttpRetrieverResponseCodeBehaviour.ResponseCodeRange findConfigurationForResponseCode(int pResponseCode)
           
 java.util.Set<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> getConfigurationList()
           
 boolean remove(HttpRetrieverResponseCodeBehaviour.ResponseCodeRange pResponseCodeRange)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mResponseCodeAction

protected java.util.SortedSet<HttpRetrieverResponseCodeBehaviour.ResponseCodeRange> mResponseCodeAction
Constructor Detail

HttpRetrieverResponseCodeBehaviour

public HttpRetrieverResponseCodeBehaviour()
Method Detail

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.