|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StockingPolicy
Provides the catalog policy for stocking content from a PAR file.
| Method Summary | |
|---|---|
java.util.List |
getBlackList()
Accessor for list of blocked URLs and IPs |
int |
getLocalMaxSize()
The maximum size (KB) of a stockable piece of content within a PAR file |
java.util.List |
getMimeAccept()
Accessor for list of accepted mime-types |
java.util.List |
getMimeBlock()
Accessor for list of blocked mime-types |
int |
getRemoteMaxSize()
The maximum size (KB) of a stockable piece of content that is remotely accessible. |
java.util.List |
getWhiteList()
Accessor for list of accepted URLs and IPs. |
boolean |
hasFetchContent()
Is allowed to fetch content located outside of the PAR file. |
| Method Detail |
|---|
int getRemoteMaxSize()
int getLocalMaxSize()
boolean hasFetchContent()
java.util.List getMimeAccept()
java.util.List getMimeBlock()
java.util.List getWhiteList()
java.util.List getBlackList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||