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 InputStreamReadThroughCachingAttachmentManager. 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 AttachmentDataStreamAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Fetches the specified range of data for a given attachment version and data stream typeAttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Deprecated.AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) -
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments.objectstorage
Method parameters in com.atlassian.confluence.impl.pages.attachments.objectstorage with type arguments of type RangeRequest Modifier and Type Method Description AttachmentDataStreamObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef 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 RangeRequestPartialAttachmentDownloadResourceReader. getRequestRange()@NonNull RangeRequestPartialDownloadResourceReader. 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 InputStreamAttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)Retrieve the specified range of data for attachmentInputStreamDefaultAttachmentManager. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)InputStreamDelegatorAttachmentManager. 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 InputStreamAbstractDelegatingAttachmentDao. 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 AttachmentDataStreamAttachmentDataStream. 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 InputStreamAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)Retrieves the InputStream representing the specified range of data for attachmentAttachmentDataStreamAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Grabs the AttachmentData object for an AttachmentAttachmentDataStreamFileSystemAttachmentDataDao. 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 InputStreamAbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)AttachmentDataStreamHibernateAttachmentDataDao. 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 RangeRequestRangeRequest. 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 intRangeRequest. compareTo(RangeRequest that)
-