Uses of Class
com.atlassian.confluence.web.rangerequest.RangeNotSatisfiableException
- 
Packages that use RangeNotSatisfiableException Package Description com.atlassian.confluence.importexport.resource com.atlassian.confluence.web.rangerequest  - 
- 
Uses of RangeNotSatisfiableException in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource that throw RangeNotSatisfiableException Modifier and Type Method Description PartialDownloadResourceReaderAttachmentDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)PartialDownloadResourceReaderDelegatorDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)PartialDownloadResourceReaderPartialDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)Returns aDownloadResourceReaderfor part of a downloadable resource. - 
Uses of RangeNotSatisfiableException in com.atlassian.confluence.web.rangerequest
Methods in com.atlassian.confluence.web.rangerequest that throw RangeNotSatisfiableException Modifier and Type Method Description static RangeRequestRangeRequest. parse(String headerValue, long contentLength)Parse a range header value into a RangeRequest 
 -