webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
WebCore::ProxyServer Class Reference

#include <ProxyServer.h>

Public Types

enum  Type {
  Direct, HTTP, HTTPS, SOCKS,
  Direct, HTTP, HTTPS, SOCKS
}
 
enum  Type {
  Direct, HTTP, HTTPS, SOCKS,
  Direct, HTTP, HTTPS, SOCKS
}
 

Public Member Functions

 ProxyServer ()
 
 ProxyServer (Type type, const String &hostName, int port)
 
Type type () const
 
const StringhostName () const
 
int port () const
 
 ProxyServer ()
 
 ProxyServer (Type type, const String &hostName, int port)
 
Type type () const
 
const StringhostName () const
 
int port () const
 

Member Enumeration Documentation

◆ Type [1/2]

Enumerator
Direct 
HTTP 
HTTPS 
SOCKS 
Direct 
HTTP 
HTTPS 
SOCKS 

◆ Type [2/2]

Enumerator
Direct 
HTTP 
HTTPS 
SOCKS 
Direct 
HTTP 
HTTPS 
SOCKS 

Constructor & Destructor Documentation

◆ ProxyServer() [1/4]

WebCore::ProxyServer::ProxyServer ( )
inline

◆ ProxyServer() [2/4]

WebCore::ProxyServer::ProxyServer ( Type  type,
const String hostName,
int  port 
)
inline

◆ ProxyServer() [3/4]

WebCore::ProxyServer::ProxyServer ( )
inline

◆ ProxyServer() [4/4]

WebCore::ProxyServer::ProxyServer ( Type  type,
const String hostName,
int  port 
)
inline

Member Function Documentation

◆ hostName() [1/2]

const String& WebCore::ProxyServer::hostName ( ) const
inline

◆ hostName() [2/2]

const String& WebCore::ProxyServer::hostName ( ) const
inline

◆ port() [1/2]

int WebCore::ProxyServer::port ( ) const
inline

◆ port() [2/2]

int WebCore::ProxyServer::port ( ) const
inline

◆ type() [1/2]

Type WebCore::ProxyServer::type ( ) const
inline

◆ type() [2/2]

Type WebCore::ProxyServer::type ( ) const
inline

The documentation for this class was generated from the following file: