|
HttpClient | getHttpClient () |
|
int | postText (String uri, String text) throws IOException |
|
InputStream | get (String uri) throws IOException |
|
◆ get()
InputStream org.keycloak.connections.httpclient.HttpClientProvider.get |
( |
String |
uri | ) |
throws IOException |
Helper method
- 引数
-
- 戻り値
- response stream, you must close this stream or leaks will happen
- 例外
-
◆ getHttpClient()
HttpClient org.keycloak.connections.httpclient.HttpClientProvider.getHttpClient |
( |
| ) |
|
◆ postText()
int org.keycloak.connections.httpclient.HttpClientProvider.postText |
( |
String |
uri, |
|
|
String |
text |
|
) |
| throws IOException |
Helper method
- 引数
-
- 戻り値
- http response status
- 例外
-
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/spi-private/src/server-spi-private/src/main/java/org/keycloak/connections/httpclient/HttpClientProvider.java