Proxy Server
-
Declaration
Swift
open class ProxyServer: NSObject, TunnelDelegate
-
Proxy server which listens on some port by GCDAsyncSocket.
This shoule be the base class for any concrete implementation of proxy server (e.g., HTTP or SOCKS5) which needs to listen on some port.
See moreDeclaration
Swift
open class GCDProxyServer: ProxyServer, GCDAsyncSocketDelegate
-
The SOCKS5 proxy server.
See moreDeclaration
Swift
public final class GCDSOCKS5ProxyServer: GCDProxyServer
-
The HTTP proxy server.
See moreDeclaration
Swift
public final class GCDHTTPProxyServer: GCDProxyServer