swift-nio-transport-services/Tests/NIOTransportServicesTests
Franz Busch ebf8b9c365
Add new typed async bootstrap APIs back and drop SPI (#191)
* Revert "Back out SPI(AsyncChannel) changes"

This reverts commit 33d2b2993f.

* Add new typed async bootstrap APIs back and drop SPI

# Motivation
We just merged the removal of the `AsyncChannel` SPI in NIO and can now add back the new APIs in transport services as well.

# Modification
This PR brings back the previous SPI and promotes it to API.

# Result
New typed async bootstraps API for `NIOTransportServices`.

* George review
2023-10-25 14:09:26 +01:00
..
NIOFilterEmptyWritesHandlerTests.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSAsyncBootstrapTests.swift Add new typed async bootstrap APIs back and drop SPI (#191) 2023-10-25 14:09:26 +01:00
NIOTSBootstrapTests.swift Allow retrieval of metadata from `NWConnection` (#163) 2022-10-19 15:59:33 +01:00
NIOTSChannelMetadataTests.swift Allow retrieval of metadata from `NWConnection` (#163) 2022-10-19 15:59:33 +01:00
NIOTSChannelOptionsTests.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSConnectionChannelTests.swift Fire the pipelines error caught method when NWConnection's state changes to failed (#187) 2023-10-25 09:22:53 +01:00
NIOTSDatagramConnectionChannelTests.swift Avoid race in datagram tests (#185) 2023-09-04 11:28:27 +01:00
NIOTSEndToEndTests.swift Use #fileID/#filePath instead of #file (#164) 2022-10-31 11:59:12 +00:00
NIOTSEventLoopTests.swift NIOSingletonsTransportServices: Use NIOTS in easy mode (#180) 2023-08-09 03:29:24 -07:00
NIOTSListenerChannelTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSSingletonTests.swift NIOSingletonsTransportServices: Use NIOTS in easy mode (#180) 2023-08-09 03:29:24 -07:00
NIOTSSocketOptionTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSSocketOptionsOnChannelTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSWorkaroundTests.swift Use Docc for documentation (#154) 2022-07-29 15:02:01 +01:00