HTTPAdapter
public class HTTPAdapter: AdapterSocketThis adapter connects to remote host through a HTTP proxy.
- 
                  
                  Undocumented See moreDeclarationSwift public class HTTPAdapter: AdapterSocket
- 
                  
                  The host domain of the HTTP proxy. DeclarationSwift let serverHost: String
- 
                  
                  The port of the HTTP proxy. DeclarationSwift let serverPort: Int
- 
                  
                  The authentication information for the HTTP proxy. DeclarationSwift let auth: HTTPAuthentication?
- 
                  
                  Whether the connection to the proxy should be secured or not. DeclarationSwift var secured: Bool
- 
                  
                  Undocumented DeclarationSwift public class HTTPAdapter: AdapterSocket
- 
                  
                  Undocumented DeclarationSwift public class HTTPAdapter: AdapterSocket
- 
                  
                  DeclarationSwift override public func openSocketWith(session: ConnectSession)Parameterssession
- 
                  
                  DeclarationSwift override public func didConnectWith(socket: RawTCPSocketProtocol)Parameterssocket
- 
                  
                  DeclarationSwift override public func didRead(data: Data, from socket: RawTCPSocketProtocol)Parametersdatafrom
- 
                  
                  DeclarationSwift override public func didWrite(data: Data?, by socket: RawTCPSocketProtocol)Parametersdataby
 View on GitHub
            View on GitHub
           HTTPAdapter Class Reference
      HTTPAdapter Class Reference