- CaseInsensitiveMap<Value> - Class in io.ktor.util
-
A map with case insensitive
String keys
- CaseInsensitiveMap() - Constructor for class io.ktor.util.CaseInsensitiveMap
-
A map with case insensitive
String keys
- caseInsensitiveMap() - Static method in class io.ktor.util.CollectionsKt
-
Create an instance of case insensitive mutable map. For internal use only.
- ChannelIOException - Exception in io.ktor.util.cio
-
An exception thrown when an IO error occurred during reading or writing to/from the underlying channel.
The typical error is "connection reset" and so on.
- ChannelIOException(message, exception) - Constructor for exception io.ktor.util.cio.ChannelIOException
-
An exception thrown when an IO error occurred during reading or writing to/from the underlying channel.
The typical error is "connection reset" and so on.
- ChannelReadException - Exception in io.ktor.util.cio
-
An exception that is thrown when an IO error occurred during reading from the request channel.
Usually it happens when a remote client closed the connection.
- ChannelReadException(message, exception) - Constructor for exception io.ktor.util.cio.ChannelReadException
-
An exception that is thrown when an IO error occurred during reading from the request channel.
Usually it happens when a remote client closed the connection.
- ChannelWriteException - Exception in io.ktor.util.cio
-
An exception that is thrown when an IO error occurred during writing to the destination channel.
Usually it happens when a remote client closed the connection.
- ChannelWriteException(message, exception) - Constructor for exception io.ktor.util.cio.ChannelWriteException
-
An exception that is thrown when an IO error occurred during writing to the destination channel.
Usually it happens when a remote client closed the connection.
- CharsetKt - Class in io.ktor.util
-
- chomp($receiver, separator, onMissingDelimiter) - Static method in class io.ktor.util.TextKt
-
Splits the given string into two parts before and after separator.
- clear() - Method in class io.ktor.util.CaseInsensitiveMap
-
- clear() - Method in class io.ktor.util.StringValuesBuilder
-
- clearInstance(instance) - Method in class io.ktor.util.cio.ByteBufferPool
-
- CollectionsJvmKt - Class in io.ktor.util
-
- CollectionsKt - Class in io.ktor.util
-
- combine(objects) - Method in class io.ktor.util.Hash
-
- combineSafe($receiver, relativePath) - Static method in class io.ktor.util.NioPathKt
-
Append a relativePath safely that means that adding any extra .. path elements will not let
access anything out of the reference directory (unless you have symbolic or hard links or multiple mount points)
- combineSafe($receiver, relativePath) - Static method in class io.ktor.util.NioPathKt
-
Append a relativePath safely that means that adding any extra .. path elements will not let
access anything out of the reference directory (unless you have symbolic or hard links or multiple mount points)
- combineSafe($receiver, relativePath) - Static method in class io.ktor.util.PathKt
-
Append a relativePath safely that means that adding any extra .. path elements will not let
access anything out of the reference directory (unless you have symbolic or hard links or multiple mount points)
- Companion - Static variable in class io.ktor.util.date.GMTDate
-
- Companion - Static variable in enum io.ktor.util.date.Month
-
- Companion - Static variable in enum io.ktor.util.date.WeekDay
-
- Companion - Static variable in interface io.ktor.util.StringValues
-
- compareTo(other) - Method in class io.ktor.util.date.GMTDate
-
- CompatibilityKt - Class in io.ktor.pipeline
-
- component1() - Method in class io.ktor.util.date.GMTDate
-
:
- component2() - Method in class io.ktor.util.date.GMTDate
-
:
- component3() - Method in class io.ktor.util.date.GMTDate
-
:
- component4() - Method in class io.ktor.util.date.GMTDate
-
an instance of the corresponding day of week
- component5() - Method in class io.ktor.util.date.GMTDate
-
:
- component6() - Method in class io.ktor.util.date.GMTDate
-
:
- component7() - Method in class io.ktor.util.date.GMTDate
-
an instance of the corresponding month
- component8() - Method in class io.ktor.util.date.GMTDate
-
:
- component9() - Method in class io.ktor.util.date.GMTDate
-
is a number of epoch milliseconds
- computeIfAbsent(key, block) - Method in interface io.ktor.util.Attributes
-
Gets a value of the attribute for the specified key, or calls supplied block to compute its value
- contains(key) - Method in interface io.ktor.util.Attributes
-
Checks if an attribute with the specified key exists
- contains($receiver, other) - Static method in class io.ktor.util.RangesKt
-
Returns true if other range is fully contained inside this range
- contains(name) - Method in interface io.ktor.util.StringValues
-
Checks if the given name exists in the map
- contains(name, value) - Method in interface io.ktor.util.StringValues
-
Checks if the given name and value pair exists in the map
- contains($this, name) - Static method in class io.ktor.util.StringValues.DefaultImpls
-
Checks if the given name exists in the map
- contains($this, name, value) - Static method in class io.ktor.util.StringValues.DefaultImpls
-
Checks if the given name and value pair exists in the map
- contains(name) - Method in class io.ktor.util.StringValuesBuilder
-
- contains(name, value) - Method in class io.ktor.util.StringValuesBuilder
-
- contains(name) - Method in class io.ktor.util.StringValuesImpl
-
Checks if the given name exists in the map
- contains(name, value) - Method in class io.ktor.util.StringValuesImpl
-
Checks if the given name and value pair exists in the map
- contains(name) - Method in class io.ktor.util.StringValuesSingleImpl
-
Checks if the given name exists in the map
- contains(name, value) - Method in class io.ktor.util.StringValuesSingleImpl
-
Checks if the given name and value pair exists in the map
- containsKey(key) - Method in class io.ktor.util.CaseInsensitiveMap
-
- containsValue(value) - Method in class io.ktor.util.CaseInsensitiveMap
-
- ContextDsl - Interface in io.ktor.util.pipeline
-
DslMarker for pipeline execution context
- copy(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) - Method in class io.ktor.util.date.GMTDate
-
Date in GMT timezone
- copy($receiver, size) - Static method in class io.ktor.util.NIOKt
-
Moves all bytes in this buffer to a newly created buffer with the optionally specified size
- copy($receiver, pool, size) - Static method in class io.ktor.util.NIOKt
-
Moves all bytes in this buffer to a newly created buffer with the optionally specified size by allocating it from the given pool
- CryptoKt - Class in io.ktor.util
-
- generateNonce() - Static method in class io.ktor.util.CryptoKt
-
Generates a nonce string 16 characters long. Could block if the system's entropy source is empty
- generateNonce(size) - Static method in class io.ktor.util.CryptoKt
-
- GenerateOnlyNonceManager - Class in io.ktor.util
-
This implementation does only generate nonce values but doesn't validate them. This is recommended for testing only.
- get($this, key) - Static method in class io.ktor.util.Attributes.DefaultImpls
-
Gets a value of the attribute for the specified key, or throws an exception if an attribute doesn't exist
- get(key) - Method in interface io.ktor.util.Attributes
-
Gets a value of the attribute for the specified key, or throws an exception if an attribute doesn't exist
- get(key) - Method in class io.ktor.util.CaseInsensitiveMap
-
- get($this, name) - Static method in class io.ktor.util.StringValues.DefaultImpls
-
Gets first value from the list of values associated with a name, or null if the name is not present
- get(name) - Method in interface io.ktor.util.StringValues
-
Gets first value from the list of values associated with a name, or null if the name is not present
- get(name) - Method in class io.ktor.util.StringValuesBuilder
-
- get(name) - Method in class io.ktor.util.StringValuesImpl
-
Gets first value from the list of values associated with a name, or null if the name is not present
- get(name) - Method in class io.ktor.util.StringValuesSingleImpl
-
Gets first value from the list of values associated with a name, or null if the name is not present
- getAlgorithm() - Method in class io.ktor.util.StatelessHmacNonceManager
-
HMAC algorithm name,
- getAll(name) - Method in interface io.ktor.util.StringValues
-
Gets all values associated with the name, or null if the name is not present
- getAll(name) - Method in class io.ktor.util.StringValuesBuilder
-
- getAll(name) - Method in class io.ktor.util.StringValuesImpl
-
Gets all values associated with the name, or null if the name is not present
- getAll(name) - Method in class io.ktor.util.StringValuesSingleImpl
-
Gets all values associated with the name, or null if the name is not present
- getAllKeys() - Method in interface io.ktor.util.Attributes
-
- getAttributes() - Method in class io.ktor.util.pipeline.Pipeline
-
Provides common place to store pipeline attributes
- getBuilt() - Method in class io.ktor.util.StringValuesBuilder
-
- getCaseInsensitiveName() - Method in interface io.ktor.util.StringValues
-
Specifies if map has case-sensitive or case-insensitive names
- getCaseInsensitiveName() - Method in class io.ktor.util.StringValuesBuilder
-
- getCaseInsensitiveName() - Method in class io.ktor.util.StringValuesImpl
-
Specifies if map has case-sensitive or case-insensitive names
- getCaseInsensitiveName() - Method in class io.ktor.util.StringValuesSingleImpl
-
Specifies if map has case-sensitive or case-insensitive names
- getContext() - Method in class io.ktor.util.cio.NoopContinuation
-
Deprecated.
- getContext() - Method in interface io.ktor.util.pipeline.PipelineContext
-
Object representing context in which pipeline executes
- getDayOfMonth() - Method in class io.ktor.util.date.GMTDate
-
:
- getDayOfWeek() - Method in class io.ktor.util.date.GMTDate
-
an instance of the corresponding day of week
- getDayOfYear() - Method in class io.ktor.util.date.GMTDate
-
:
- getDigestFunction(algorithm, salt) - Static method in class io.ktor.util.CryptoKt
-
Create a digest function with the specified algorithm and salt
- getEmpty() - Method in class io.ktor.util.StringValues.Companion
-
- getEntries() - Method in class io.ktor.util.CaseInsensitiveMap
-
- getExtension($receiver) - Static method in class io.ktor.util.NioPathKt
-
Finds an extension of the given Path
- getGreenwichMeanTime() - Static method in class io.ktor.util.DatesJvmKt
-
Deprecated.
- getHours() - Method in class io.ktor.util.date.GMTDate
-
:
- getItems() - Method in class io.ktor.util.pipeline.Pipeline
-
Phases of this pipeline
- getKeys() - Method in class io.ktor.util.CaseInsensitiveMap
-
- getKeySpec() - Method in class io.ktor.util.StatelessHmacNonceManager
-
secret key spec for HMAC
- getKtorDefaultPool() - Static method in class io.ktor.util.cio.ByteBufferPoolKt
-
The default ktor byte buffer pool
- getLength($receiver) - Static method in class io.ktor.util.RangesKt
-
Deprecated.
- getLimit() - Method in class io.ktor.util.cio.Semaphore
-
is the semaphores permits count limit
- getMinutes() - Method in class io.ktor.util.date.GMTDate
-
:
- getMonth() - Method in class io.ktor.util.date.GMTDate
-
an instance of the corresponding month
- getName() - Method in class io.ktor.util.AttributeKey
-
is a name of the attribute for diagnostic purposes
- getName() - Method in class io.ktor.util.pipeline.PipelinePhase
-
a name for this phase
- getName() - Method in class io.ktor.util.StringValuesSingleImpl
-
- getNonceGenerator() - Method in class io.ktor.util.StatelessHmacNonceManager
-
function that produces random values
- getNonceRandom() - Static method in class io.ktor.util.CryptoKt
-
Deprecated.
- getOrNull(key) - Method in interface io.ktor.util.Attributes
-
Gets a value of the attribute for the specified key, or return null if an attribute doesn't exist
- getSeconds() - Method in class io.ktor.util.date.GMTDate
-
:
- getSize() - Method in class io.ktor.util.CaseInsensitiveMap
-
- getSTART() - Method in class io.ktor.util.date.GMTDate.Companion
-
An instance of
class GMTDate corresponding to the epoch beginning
- getSubject() - Method in interface io.ktor.util.pipeline.PipelineContext
-
Subject of this pipeline execution that goes along the pipeline
- getTimeoutMillis() - Method in class io.ktor.util.StatelessHmacNonceManager
-
specifies the amount of time for a nonce to be considered valid
- getTimestamp() - Method in class io.ktor.util.date.GMTDate
-
is a number of epoch milliseconds
- getValue() - Method in enum io.ktor.util.date.Month
-
- getValue() - Method in enum io.ktor.util.date.WeekDay
-
- getValues() - Method in class io.ktor.util.CaseInsensitiveMap
-
- getValues() - Method in class io.ktor.util.StringValuesBuilder
-
- getValues() - Method in class io.ktor.util.StringValuesImpl
-
- getValues() - Method in class io.ktor.util.StringValuesSingleImpl
-
- getYear() - Method in class io.ktor.util.date.GMTDate
-
:
- GMTDate(timestamp) - Static method in class io.ktor.util.date.DateJvmKt
-
Create new gmt date from the timestamp.
- GMTDate(seconds, minutes, hours, dayOfMonth, month, year) - Static method in class io.ktor.util.date.DateJvmKt
-
Create an instance of
class GMTDate from the specified date/time components
- GMTDate - Class in io.ktor.util.date
-
Date in GMT timezone
- GMTDate.Companion - Class in io.ktor.util.date
-