Uses of Class
com.atlassian.confluence.web.rangerequest.RangeRequest
-
-
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments
Method parameters in com.atlassian.confluence.impl.pages.attachments with type arguments of type RangeRequest Modifier and Type Method Description InputStream
ReadThroughCachingAttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
-
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments.filesystem
Method parameters in com.atlassian.confluence.impl.pages.attachments.filesystem with type arguments of type RangeRequest Modifier and Type Method Description AttachmentDataStream
AttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
Fetches the specified range of data for a given attachment version and data stream typeAttachmentDataStream
ContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
AttachmentDataStream
ContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
Deprecated.AttachmentDataStream
ContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
AttachmentDataStream
ObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
AttachmentDataStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
-
Uses of RangeRequest in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource that return RangeRequest Modifier and Type Method Description RangeRequest
PartialAttachmentDownloadResourceReader. getRequestRange()
@NonNull RangeRequest
PartialDownloadResourceReader. getRequestRange()
Constructors in com.atlassian.confluence.importexport.resource with parameters of type RangeRequest Constructor Description PartialAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range)
-
Uses of RangeRequest in com.atlassian.confluence.pages
Method parameters in com.atlassian.confluence.pages with type arguments of type RangeRequest Modifier and Type Method Description InputStream
AttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
Retrieve the specified range of data for attachmentInputStream
DefaultAttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
InputStream
DelegatorAttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
-
Uses of RangeRequest in com.atlassian.confluence.pages.attachments
Method parameters in com.atlassian.confluence.pages.attachments with type arguments of type RangeRequest Modifier and Type Method Description InputStream
AbstractDelegatingAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
-
Uses of RangeRequest in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type RangeRequest Modifier and Type Method Description default AttachmentDataStream
AttachmentDataStream. limit(RangeRequest range)
Applies a range limit to the currentAttachmentDataStream
.Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type RangeRequest Modifier and Type Method Description InputStream
AttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
Retrieves the InputStream representing the specified range of data for attachmentAttachmentDataStream
AttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
Grabs the AttachmentData object for an AttachmentAttachmentDataStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
Deprecated.Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type RangeRequest Constructor Description RandomFileWrapper(AttachmentDataStreamType dataStreamType, File file, RangeRequest range)
Deprecated. -
Uses of RangeRequest in com.atlassian.confluence.pages.persistence.dao.hibernate
Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type RangeRequest Modifier and Type Method Description InputStream
AbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
AttachmentDataStream
HibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
-
Uses of RangeRequest in com.atlassian.confluence.web.rangerequest
Methods in com.atlassian.confluence.web.rangerequest that return RangeRequest Modifier and Type Method Description static RangeRequest
RangeRequest. parse(String headerValue, long contentLength)
Parse a range header value into a RangeRequestMethods in com.atlassian.confluence.web.rangerequest with parameters of type RangeRequest Modifier and Type Method Description int
RangeRequest. compareTo(RangeRequest that)
-