public class VersionsKt
Modifier and Type | Method and Description |
---|---|
static io.ktor.util.AttributeKey<java.util.List> |
getVersionListProperty()
Specifies a key for VersionList extension property for
class OutgoingContent |
static java.util.List<io.ktor.http.content.Version> |
getVersions(OutgoingContent $receiver)
Gets or sets list of
interface Version instances as an extension property on this content |
static void |
setVersions(OutgoingContent $receiver,
java.util.List<? extends io.ktor.http.content.Version> value)
Gets or sets list of
interface Version instances as an extension property on this content |
public static io.ktor.util.AttributeKey<java.util.List> getVersionListProperty()
Specifies a key for VersionList extension property for class OutgoingContent
class OutgoingContent
public static java.util.List<io.ktor.http.content.Version> getVersions(OutgoingContent $receiver)
Gets or sets list of interface Version
instances as an extension property on this content
interface Version
public static void setVersions(OutgoingContent $receiver, java.util.List<? extends io.ktor.http.content.Version> value)
Gets or sets list of interface Version
instances as an extension property on this content
interface Version