JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
G
H
I
M
O
P
R
S
T
U
A
afterPropertiesSet()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
(non-Javadoc)
B
BaseResponseHandler
- Class in
org.frameworkset.spi.remote.http
BaseResponseHandler()
- Constructor for class org.frameworkset.spi.remote.http.
BaseResponseHandler
bootClientConfiguations(String[], GetProperties)
- Static method in class org.frameworkset.spi.remote.http.
ClientConfiguration
C
ClientConfiguration
- Class in
org.frameworkset.spi.remote.http
ClientConfiguration()
- Constructor for class org.frameworkset.spi.remote.http.
ClientConfiguration
ConfigHttpRuntimeException
- Exception in
org.frameworkset.spi.remote.http
Title: HttpRuntimeException.java
ConfigHttpRuntimeException()
- Constructor for exception org.frameworkset.spi.remote.http.
ConfigHttpRuntimeException
ConfigHttpRuntimeException(String, Throwable)
- Constructor for exception org.frameworkset.spi.remote.http.
ConfigHttpRuntimeException
ConfigHttpRuntimeException(String)
- Constructor for exception org.frameworkset.spi.remote.http.
ConfigHttpRuntimeException
ConfigHttpRuntimeException(Throwable)
- Constructor for exception org.frameworkset.spi.remote.http.
ConfigHttpRuntimeException
ConnectionResetHttpRequestRetryHandler
- Class in
org.frameworkset.spi.remote.http
Description:
ConnectionResetHttpRequestRetryHandler()
- Constructor for class org.frameworkset.spi.remote.http.
ConnectionResetHttpRequestRetryHandler
converJson(HttpEntity, Class<T>)
- Method in class org.frameworkset.spi.remote.http.
BaseResponseHandler
CustomHttpRequestRetryHandler
- Interface in
org.frameworkset.spi.remote.http
Description:
D
DefaultHttpRequestRetryHandler
- Class in
org.frameworkset.spi.remote.http
Description:
DefaultHttpRequestRetryHandler()
- Constructor for class org.frameworkset.spi.remote.http.
DefaultHttpRequestRetryHandler
G
getClientConfiguration(String)
- Static method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getConnectionRequestTimeout()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getCustomHttpRequestRetryHandler()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getDefaultClientConfiguration()
- Static method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getDefaultHttpclient()
- Static method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getDefaultMaxPerRoute()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getDefaultRequestConfig()
- Static method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getHostnameVerifier()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getHttpClient()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getHttpclient()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getHttpStatusCode()
- Method in exception org.frameworkset.spi.remote.http.
HttpRuntimeException
getKeepAlive()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getKeepAliveDuration(HttpResponse, HttpContext)
- Method in class org.frameworkset.spi.remote.http.
HttpConnectionKeepAliveStrategy
getKeyPassword()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getKeystore()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getMaxHeaderCount()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getMaxLineLength()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getMaxTotal()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getMethod()
- Method in class org.frameworkset.spi.remote.http.
HttpDeleteWithBody
getReponseStatus()
- Method in class org.frameworkset.spi.remote.http.
StatusResponseHandler
getRequestConfig()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getRetryInterval()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getRetryTime()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getSoKeepAlive()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getSoReuseAddress()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getSupportedProtocols()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getTimeoutConnection()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getTimeoutSocket()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getTimeToLive()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
getValidateAfterInactivity()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
H
handleResponse(HttpResponse)
- Method in class org.frameworkset.spi.remote.http.
MapResponseHandler
handleResponse(HttpResponse)
- Method in class org.frameworkset.spi.remote.http.
StringResponseHandler
HTTP_DELETE
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_GET
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_HEAD
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_OPTIONS
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_PATCH
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_POST
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_PUT
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HTTP_TRACE
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HttpConnectionKeepAliveStrategy
- Class in
org.frameworkset.spi.remote.http
HttpConnectionKeepAliveStrategy(long)
- Constructor for class org.frameworkset.spi.remote.http.
HttpConnectionKeepAliveStrategy
httpDelete(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpDelete(String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpDelete(String, String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpDelete(String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpDelete(String, String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpDelete(String, String, String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, String, String, String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDelete(String, String, String, String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
HttpDeleteWithBody
- Class in
org.frameworkset.spi.remote.http
HttpDeleteWithBody()
- Constructor for class org.frameworkset.spi.remote.http.
HttpDeleteWithBody
HttpDeleteWithBody(URI)
- Constructor for class org.frameworkset.spi.remote.http.
HttpDeleteWithBody
HttpDeleteWithBody(String)
- Constructor for class org.frameworkset.spi.remote.http.
HttpDeleteWithBody
httpDeleteWithbody(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDeleteWithbody(String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用delete方法
httpDeleteWithBody(String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGet(String, String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGet(String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGet(String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGet(String, String, String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
get请求URL
httpGetforString(String)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
httpGetforString(String, String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
get请求URL
httpGetforString(String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String, String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpGetforString(String, String, String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
get请求URL
httpHead(String, String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
head请求URL
httpHead(String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
get请求URL
httpHead(String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
head请求URL
httpHead(String, String, String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
get请求URL ,Map
params,Map
headers,
httpHead(String, String, String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
get请求URL ,Map
params,Map
headers,
httpPost(String, Map<String, Object>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPost(String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPost(String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPost(String, String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPost(String, String, String, String, Map<String, Object>, Map<String, File>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostFileforString(String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostFileforString(String, String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostFileforString(String, String, String, String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostFileforString(String, String, String, String, Map<String, Object>, Map<String, File>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforFile(String, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法
httpPostforString(String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法
httpPostforString(String, Map<String, Object>)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法
httpPostforString(String)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法
httpPostforString(String, String, String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法:文件上传方法
httpPostforString(String, String, String, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpReqeust
公用post方法:文件上传方法
httpPostforString(String, Map<String, Object>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostforString(String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforString(String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforString(String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforString(String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforString(String, String, Map<String, Object>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostforString(String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostforString(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPostforString(String, String, String, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostforString(String, String, String, String, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPostforString(String, String, String, Map<String, Object>, Map<String, File>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPut(String, String, String, Map<String, Object>, Map<String, File>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPut(String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPut(String, Map<String, Object>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPut(String, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPut(String, String, String, String, Map<String, Object>, Map<String, File>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPutforString(String, String, String, String, Map<String, Object>, Map<String, File>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
公用post方法
httpPutforString(String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPutforString(String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPutforString(String, String, Map<String, Object>, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
httpPutforString(String, String, Map<String, Object>, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
HttpReqeust
- Class in
org.frameworkset.spi.remote.http
Title: HttpReqeust.java
HttpReqeust()
- Constructor for class org.frameworkset.spi.remote.http.
HttpReqeust
HttpRequestRetryHandlerHelper
- Class in
org.frameworkset.spi.remote.http
Description:
HttpRequestRetryHandlerHelper(CustomHttpRequestRetryHandler, ClientConfiguration)
- Constructor for class org.frameworkset.spi.remote.http.
HttpRequestRetryHandlerHelper
HttpRequestUtil
- Class in
org.frameworkset.spi.remote.http
HttpRequestUtil()
- Constructor for class org.frameworkset.spi.remote.http.
HttpRequestUtil
HttpRuntimeException
- Exception in
org.frameworkset.spi.remote.http
Title: HttpRuntimeException.java
HttpRuntimeException()
- Constructor for exception org.frameworkset.spi.remote.http.
HttpRuntimeException
HttpRuntimeException(int)
- Constructor for exception org.frameworkset.spi.remote.http.
HttpRuntimeException
HttpRuntimeException(String, Throwable, int)
- Constructor for exception org.frameworkset.spi.remote.http.
HttpRuntimeException
HttpRuntimeException(String, int)
- Constructor for exception org.frameworkset.spi.remote.http.
HttpRuntimeException
HttpRuntimeException(Throwable, int)
- Constructor for exception org.frameworkset.spi.remote.http.
HttpRuntimeException
httpStatusCode
- Variable in exception org.frameworkset.spi.remote.http.
HttpRuntimeException
I
initStatus(HttpResponse)
- Method in class org.frameworkset.spi.remote.http.
StatusResponseHandler
isStaleConnectionCheckEnabled()
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
M
MapResponseHandler
- Class in
org.frameworkset.spi.remote.http
MapResponseHandler()
- Constructor for class org.frameworkset.spi.remote.http.
MapResponseHandler
METHOD_NAME
- Static variable in class org.frameworkset.spi.remote.http.
HttpDeleteWithBody
O
org.frameworkset.spi.remote.http
- package org.frameworkset.spi.remote.http
P
putBody(String, String, String, Map<String, String>, ContentType, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putBody(String, String, String, Map<String, String>, ContentType)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putBody(String, String, Map<String, String>, ContentType, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putBody(String, String, Map<String, String>, ContentType)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, String, Map<String, String>, ContentType, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, String, Map<String, String>, ContentType)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
putJson(String, String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
R
reponseStatus
- Variable in class org.frameworkset.spi.remote.http.
StatusResponseHandler
retryRequest(IOException, int, HttpContext, ClientConfiguration)
- Method in class org.frameworkset.spi.remote.http.
ConnectionResetHttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.
retryRequest(IOException, int, HttpContext, ClientConfiguration)
- Method in interface org.frameworkset.spi.remote.http.
CustomHttpRequestRetryHandler
retryRequest(IOException, int, HttpContext, ClientConfiguration)
- Method in class org.frameworkset.spi.remote.http.
DefaultHttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.
retryRequest(IOException, int, HttpContext)
- Method in class org.frameworkset.spi.remote.http.
HttpRequestRetryHandlerHelper
S
sendBody(String, String, String, Map<String, String>, ContentType, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendBody(String, String, String, Map<String, String>, ContentType, ResponseHandler<T>, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendBody(String, String, String, Map<String, String>, ContentType)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendJsonBody(String, String, String, Map<String, String>, ResponseHandler<T>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendStringBody(String, String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendStringBody(String, String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendStringBody(String, String, Map<String, String>)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendStringBody(String, String)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
sendStringBody(String, String, String, Charset)
- Static method in class org.frameworkset.spi.remote.http.
HttpRequestUtil
setBeanName(String)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
(non-Javadoc)
setConnectionRequestTimeout(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setCustomHttpRequestRetryHandler(String)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setDefaultMaxPerRoute(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setHostnameVerifier(HostnameVerifier)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setKeepAlive(long)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setKeyPassword(String)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setKeystore(String)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setMaxHeaderCount(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setMaxLineLength(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setMaxTotal(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setReponseStatus(int)
- Method in class org.frameworkset.spi.remote.http.
StatusResponseHandler
setRetryInterval(long)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setRetryTime(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setSoKeepAlive(Boolean)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setSoReuseAddress(Boolean)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setStaleConnectionCheckEnabled(boolean)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setSupportedProtocols(String)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setTimeoutConnection(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setTimeoutSocket(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setTimeToLive(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
setValidateAfterInactivity(int)
- Method in class org.frameworkset.spi.remote.http.
ClientConfiguration
StatusResponseHandler
- Class in
org.frameworkset.spi.remote.http
StatusResponseHandler()
- Constructor for class org.frameworkset.spi.remote.http.
StatusResponseHandler
StringResponseHandler
- Class in
org.frameworkset.spi.remote.http
StringResponseHandler()
- Constructor for class org.frameworkset.spi.remote.http.
StringResponseHandler
T
TEXT_HTML_UTF_8
- Static variable in class org.frameworkset.spi.remote.http.
ClientConfiguration
TEXT_PLAIN_UTF_8
- Static variable in class org.frameworkset.spi.remote.http.
ClientConfiguration
U
UTF_8
- Static variable in class org.frameworkset.spi.remote.http.
HttpRequestUtil
A
B
C
D
G
H
I
M
O
P
R
S
T
U
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes