com.bitmechanic.maxq
Class Config.ProxySettings

java.lang.Object
  extended by com.bitmechanic.maxq.Config.ProxySettings
Enclosing class:
Config

public static class Config.ProxySettings
extends java.lang.Object

This class represents the settings for the proxy *THAT MAXQ USES*. So, if set, maxq itself will proxy its requests.


Constructor Summary
Config.ProxySettings()
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config.ProxySettings

public Config.ProxySettings()
Method Detail

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPort

public int getPort()

setPort

public void setPort(int port)