Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Class ProxyInfo

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ProxyInfo

public class ProxyInfo
extends Object

The supported proxy types and properties used to store the values in the configuration service.

Author:
Damian Minkov

Nested Class Summary
static class ProxyInfo.ProxyType
          Enum which stores possible proxy types
 
Field Summary
static String CONNECTON_PROXY_ADDRESS_PROPERTY_NAME
          Stores in the configuration the connection proxy address.
static String CONNECTON_PROXY_PASSWORD_PROPERTY_NAME
          Stores in the configuration the connection proxy password.
static String CONNECTON_PROXY_PORT_PROPERTY_NAME
          Stores in the configuration the connection proxy port.
static String CONNECTON_PROXY_TYPE_PROPERTY_NAME
          Stores in the configuration the connection proxy type.
static String CONNECTON_PROXY_USERNAME_PROPERTY_NAME
          Stores in the configuration the connection proxy username.
 
Constructor Summary
ProxyInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTON_PROXY_TYPE_PROPERTY_NAME

public static final String CONNECTON_PROXY_TYPE_PROPERTY_NAME
Stores in the configuration the connection proxy type.

See Also:
Constant Field Values

CONNECTON_PROXY_ADDRESS_PROPERTY_NAME

public static final String CONNECTON_PROXY_ADDRESS_PROPERTY_NAME
Stores in the configuration the connection proxy address.

See Also:
Constant Field Values

CONNECTON_PROXY_PORT_PROPERTY_NAME

public static final String CONNECTON_PROXY_PORT_PROPERTY_NAME
Stores in the configuration the connection proxy port.

See Also:
Constant Field Values

CONNECTON_PROXY_USERNAME_PROPERTY_NAME

public static final String CONNECTON_PROXY_USERNAME_PROPERTY_NAME
Stores in the configuration the connection proxy username.

See Also:
Constant Field Values

CONNECTON_PROXY_PASSWORD_PROPERTY_NAME

public static final String CONNECTON_PROXY_PASSWORD_PROPERTY_NAME
Stores in the configuration the connection proxy password.

See Also:
Constant Field Values
Constructor Detail

ProxyInfo

public ProxyInfo()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.