Library Moduleswift-nio 2.74.0NIOTestUtils
NIOTestUtils
import NIOTestUtils
Module information
- Declarations
- 72
- Symbols
- 79
Uncategorized
Types
enum ByteToMessageDecoderVerifier
class EventCounterHandler
EventCounterHandler
is aChannelHandler
that counts and forwards all the events that it sees coming through theChannelPipeline
.class NIOHTTP1TestServer
HTTP1 server that accepts and process only one request at a time. This helps writing tests against a real server while keeping the ability to write tests and assertions the same way we would if we were testing a
ChannelHandler
in isolation.NIOHTTP1TestServer
enables writing test cases for HTTP1 clients that have complex behaviours like client implementing a protocol where an high level operation translates into several, possibly parallel, HTTP requests.struct NIOHTTP1TestServerError
Other modules
CNIOAtomics
CNIODarwin
CNIOLLHTTP
CNIOLinux
CNIOSHA1
CNIOWASI
CNIOWindows
NIO
Event-driven, non-blocking, network application framework for high performance protocol servers & clients.
NIOConcurrencyHelpers
NIOCore
The core abstractions that make up SwiftNIO.
NIOEmbedded
NIOFileSystem
NIOFoundationCompat
NIOHTTP1
NIOPosix
NIOTLS
NIOWebSocket
_NIOBase64
_NIOConcurrency
_NIODataStructures
_NIOFileSystem
A file system library for Swift.
_NIOFileSystemFoundationCompat