ProtocolFoundationNetworking5.9.0
URLSessionStreamDelegate
protocol URLSessionStreamDelegate : URLSessionTaskDelegate
Supertypes
protocol NSObjectProtocol
The
NSObjectProtocol
groups methods that are fundamental to all Foundation objects.protocol URLSessionDelegate
protocol URLSessionTaskDelegate
Requirements
func urlSession(URLSession, betterRouteDiscoveredFor: URLSessionStreamTask
) func urlSession(URLSession, readClosedFor: URLSessionStreamTask
) func urlSession(URLSession, streamTask: URLSessionStreamTask, didBecome: InputStream, outputStream: OutputStream
) func urlSession(URLSession, writeClosedFor: URLSessionStreamTask
)