|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
HTTPClient.HttpClientConfiguration
This class is a placeholder for all of the system properties that HTTPClient currently supports. Accessors and Modifiers will be added for each property, to make configuration more dynamic. Each property represented in this class is on a per-VM basis, and will affect every instance of HTTPConnection created.
Field Summary |
Method Summary | |
static NVPair[] |
getAuthenticationSchemes() Determines the runtime-declared authentication schemes. |
static java.lang.String |
getDefaultHostnameVerifier() Determines the default HostnameVerifier implementation class name. |
static java.lang.String |
getDefaultNtlmDomainName() Determines the default NT user domain name for NTLM authentication. |
static boolean |
getDeferStreamed() Deferring the handling of responses to requests which used an output stream. |
static boolean |
getForceHTTP1_0() Returns a flag that determines if HTTPClient is sending requests exclusively in HTTP/1.0 mode. |
static boolean |
getInOneTwo() Returns the JDK status. |
static int |
getMaxAuthTries() Get the maximum authorization retries count |
static boolean |
getNagleAlgorithmEnabled() Returns the flag the determines the enabled status of the Nagle Algorithm. |
static boolean |
getNeverPipeline() Returns the pipelineing configuration of HTTPClient. |
static boolean |
getNoChunkingFlag() Returns the no chunking flag. |
static boolean |
getNoKeepAlives() Returns the flag that determines if HTTPClient uses keep-alive connections. |
static java.lang.String[] |
getNonProxyHosts() Returns the list of servers that HTTPClient will not proxy for. |
static java.lang.String |
getProxyHost() Returns the host name of the proxy server. |
static int |
getProxyPort() Returns the proxy port of the proxy server. |
static int |
getSocketIdleTimeout() Returns the time (in seconds) before an idle socket will be closed. |
static java.lang.String |
getSocksHost() Returns the name of the SOCKS host. |
static int |
getSocksPort() Returns the port number of the socks host. |
static int |
getSocksVersion() Returns the version of SOCKS being used. |
static java.lang.String |
getVersion() Returns the version of HTTPClient being used. |
static boolean |
isPreferOracleSsl() Determines the current preference for using the Oracle SSL library over JSSE. |
static void |
readConfigurationProperties() HttpClient system property configuration is read in using the currently documented system properties. |
static void |
setDefaults() |
static void |
setSocketIdleTime(int idleTimeout) Sets the socket idle timeout to be used in subsequent HTTPConnection instances. |
static java.util.Vector |
setupDefaultModuleList() Sets up the default module list by first trying the value of the system property HTTPClient.Modules. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void setDefaults()
public static void readConfigurationProperties()
public static boolean getNoChunkingFlag()
public static java.lang.String getVersion()
public static boolean getNoKeepAlives()
public static boolean getForceHTTP1_0()
public static boolean getNeverPipeline()
public static boolean getDeferStreamed()
public static boolean getNagleAlgorithmEnabled()
public static boolean getInOneTwo()
public static java.lang.String getProxyHost()
public static int getProxyPort()
public static java.lang.String[] getNonProxyHosts()
public static java.lang.String getSocksHost()
public static java.lang.String getDefaultNtlmDomainName()
public static java.lang.String getDefaultHostnameVerifier()
public static boolean isPreferOracleSsl()
true
to prefer using the Oracle SSL library over JSSE.public static NVPair[] getAuthenticationSchemes()
Each name-value pair comprises the scheme name (name) mapped to the AuthenticationScheme
implementation class name (value).
The returned array is appropriate for use by AuthenticationSchemeRegistry.loadSchemes()
.
public static int getSocksPort()
public static int getSocksVersion()
public static int getSocketIdleTimeout()
public static void setSocketIdleTime(int idleTimeout)
idleTimeout
-public static int getMaxAuthTries()
public static java.util.Vector setupDefaultModuleList()
|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |