|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
---|---|
ru.metrika4j.http | |
ru.metrika4j.impl |
Uses of HttpMethod in ru.metrika4j.http |
---|
Methods in ru.metrika4j.http that return HttpMethod | |
---|---|
static HttpMethod |
HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ru.metrika4j.http with parameters of type HttpMethod | |
---|---|
java.lang.String |
HttpTransport.doRequest(java.lang.String url,
HttpMethod method,
java.lang.String content)
Отправляет HTTP запрос по заданному адресу и возвращает ответ в виде строки. |
java.lang.String |
HttpUrlConnectionTransport.doRequest(java.lang.String url,
HttpMethod method,
java.lang.String content)
|
Uses of HttpMethod in ru.metrika4j.impl |
---|
Methods in ru.metrika4j.impl with parameters of type HttpMethod | |
---|---|
JsonObject |
MetrikaApiImpl.getResponseByPath(java.lang.String path,
HttpMethod method,
java.lang.String input)
|
JsonObject |
MetrikaApiImpl.getResponseByUrl(java.lang.String url,
HttpMethod method,
java.lang.String input)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |