Class SimpleHttp
java.lang.Object
org.keycloak.broker.provider.util.SimpleHttp
Deprecated.
- Author:
- Stian Thorgersen, Vlastimil Elias (velias at redhat dot com), David Klassen (daviddd.kl@gmail.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimpleHttp(String url, String method, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.fasterxml.jackson.databind.JsonNodeasJson()Deprecated.<T> TasJson(com.fasterxml.jackson.core.type.TypeReference<T> type) Deprecated.<T> TDeprecated.Deprecated.intasStatus()Deprecated.asString()Deprecated.Deprecated.Deprecated.connectionRequestTimeoutMillis(int timeout) Deprecated.connectTimeoutMillis(int timeout) Deprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.protected static SimpleHttpDeprecated.static SimpleHttpDeprecated.entity(org.apache.http.HttpEntity entity) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getUrl()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.setMaxConsumedResponseSize(long maxConsumedResponseSize) Deprecated.socketTimeOutMillis(int timeout) Deprecated.
-
Constructor Details
-
Method Details
-
doDelete
Deprecated. -
doDelete
protected static SimpleHttp doDelete(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doGet
Deprecated. -
doGet
protected static SimpleHttp doGet(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPost
Deprecated. -
doPost
protected static SimpleHttp doPost(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPut
Deprecated. -
doPut
protected static SimpleHttp doPut(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doHead
Deprecated. -
doHead
protected static SimpleHttp doHead(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPatch
Deprecated. -
doPatch
protected static SimpleHttp doPatch(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
header
Deprecated. -
getHeader
Deprecated. -
getHeaders
Deprecated. -
getParam
Deprecated. -
getParams
Deprecated. -
getEntity
Deprecated. -
json
Deprecated. -
entity
Deprecated. -
params
Deprecated. -
param
Deprecated. -
socketTimeOutMillis
Deprecated. -
connectTimeoutMillis
Deprecated. -
connectionRequestTimeoutMillis
Deprecated. -
setMaxConsumedResponseSize
Deprecated. -
auth
Deprecated. -
authBasic
Deprecated. -
acceptJson
Deprecated. -
asJson
Deprecated.- Throws:
IOException
-
asJson
Deprecated.- Throws:
IOException
-
asJson
Deprecated.- Throws:
IOException
-
asString
Deprecated.- Throws:
IOException
-
asStatus
Deprecated.- Throws:
IOException
-
asResponse
Deprecated.- Throws:
IOException
-
getUrl
Deprecated.- Returns:
- the URL without params
-
SimpleHttp. This version will be deleted in Keycloak 27.0