| Class | Description |
|---|---|
| ByteBufferPool | |
| ByteBufferPoolKt | |
| FileChannelsAtNioPathKt | |
| FileChannelsKt | |
| InputStreamAdaptersKt | |
| NoopContinuation | Deprecated |
| OutputStreamAdaptersKt | |
| ReadersKt | |
| Semaphore |
Asynchronous Semaphore.
|
| Exception | Description |
|---|---|
| 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 |
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 |
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.
|