-
public class FetchState
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerUNKNOWNprivate final IntegerDO_NOT_FETCHprivate final IntegerNEW_PAGEprivate final IntegerEXPIREDprivate final IntegerSCHEDULEDprivate final IntegerREFRESHprivate final IntegerNO_CONTENTprivate final IntegerSMALL_CONTENTprivate final IntegerMISS_FIELDprivate final IntegerTEMP_MOVEDprivate final IntegerRETRYprivate final HashMap<Integer, String>codesprivate final HashMap<Integer, String>symbolsprivate final List<Integer>refreshCodespublic final static FetchStateINSTANCE
-
Method Summary
Modifier and Type Method Description final StringtoString(Integer code)final StringtoSymbol(Integer code)final IntegergetUNKNOWN()final IntegergetDO_NOT_FETCH()final IntegergetNEW_PAGE()final IntegergetEXPIRED()final IntegergetSCHEDULED()final IntegergetREFRESH()final IntegergetNO_CONTENT()final IntegergetSMALL_CONTENT()final IntegergetMISS_FIELD()final IntegergetTEMP_MOVED()final IntegergetRETRY()final HashMap<Integer, String>getCodes()final HashMap<Integer, String>getSymbols()final List<Integer>getRefreshCodes()-
-
Method Detail
-
getUNKNOWN
final Integer getUNKNOWN()
-
getDO_NOT_FETCH
final Integer getDO_NOT_FETCH()
-
getNEW_PAGE
final Integer getNEW_PAGE()
-
getEXPIRED
final Integer getEXPIRED()
-
getSCHEDULED
final Integer getSCHEDULED()
-
getREFRESH
final Integer getREFRESH()
-
getNO_CONTENT
final Integer getNO_CONTENT()
-
getSMALL_CONTENT
final Integer getSMALL_CONTENT()
-
getMISS_FIELD
final Integer getMISS_FIELD()
-
getTEMP_MOVED
final Integer getTEMP_MOVED()
-
getSymbols
final HashMap<Integer, String> getSymbols()
-
getRefreshCodes
final List<Integer> getRefreshCodes()
-
-
-
-