JarFileContent

class JarFileContent(val jarFile: File, val resourcePath: String, val contentType: ContentType) : OutgoingContent.ReadChannelContent

Represents an OutgoingContent for a resource inside a Jar file

Parameters

jarFile

is an instance of File representing a Jar

resourcePath

is an instance of a resource inside a Jar file

Constructors

Link copied to clipboard
constructor(zipFilePath: Path, resourcePath: String, contentType: ContentType)
constructor(jarFile: File, resourcePath: String, contentType: ContentType)

Properties

Link copied to clipboard
open override val contentLength: Long?
Link copied to clipboard
open override val contentType: ContentType
Link copied to clipboard
open val headers: Headers
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T : Any> getProperty(key: AttributeKey<T>): T?
Link copied to clipboard
open override fun readFrom(): ByteReadChannel
Link copied to clipboard
open fun <T : Any> setProperty(key: AttributeKey<T>, value: T?)
Link copied to clipboard
open fun trailers(): Headers?