HTTPAdapterFactory
open class HTTPAdapterFactory: HTTPAuthenticationAdapterFactory
Factory building HTTP adapter.
-
Undocumented
Declaration
Swift
open class HTTPAdapterFactory: HTTPAuthenticationAdapterFactory -
Get a HTTP adapter.
Declaration
Swift
override open func getAdapterFor(session: ConnectSession) -> AdapterSocketParameters
sessionThe connect session.
Return Value
The built adapter.
View on GitHub
HTTPAdapterFactory Class Reference