ナビゲーション・リンクをスキップ
A B D E G H I M O P R S T 

A

addBinaryBody(String, byte[]) - クラス のメソッドme.geso.mech2.Mech2RequestMultipart
Add binary body from byte array.
addBinaryBody(String, File) - クラス のメソッドme.geso.mech2.Mech2RequestMultipart
Add binary body from the file.
addBinaryBody(String, File, ContentType, String) - クラス のメソッドme.geso.mech2.Mech2RequestMultipart
Add binary body from the file using specific content-type.
addHeader(String, String) - クラス のメソッドme.geso.mech2.Mech2Request
Add header to the request.
addParameter(String, String) - クラス のメソッドme.geso.mech2.Mech2Request
非推奨です。
addQueryParameter(String, String) - クラス のメソッドme.geso.mech2.Mech2Request
Add query parameter to the URI
addTextBody(String, String) - クラス のメソッドme.geso.mech2.Mech2RequestMultipart
Add text body

B

build() - クラス のメソッドme.geso.mech2.Mech2.Builder
 
builder() - クラス のstaticメソッドme.geso.mech2.Mech2
Get the builder object.

D

delete(URI) - クラス のメソッドme.geso.mech2.Mech2
Create new DELETE request object.
disableRedirectHandling() - クラス のメソッドme.geso.mech2.Mech2
Disable redirect handling.
disableRedirectHandling() - クラス のメソッドme.geso.mech2.Mech2WithBase
Disable redirect handling.

E

execute() - クラス のメソッドme.geso.mech2.Mech2Request
Execute request.
execute() - クラス のメソッドme.geso.mech2.Mech2RequestMultipart
Execute HTTP request.

G

get(URI) - クラス のメソッドme.geso.mech2.Mech2
Create new GET request object.
get(String) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create new GET request.
getBaseURI() - クラス のメソッドme.geso.mech2.Mech2WithBase
Get base URI
getContentType() - クラス のメソッドme.geso.mech2.Mech2Result
Get ContentType object from the response.
getf(String, Object...) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create new GET request using String.format(String, Object...).
getHttpClientBuilder() - クラス のメソッドme.geso.mech2.Mech2
Get the current HttpClientBuilder object.
getMech2() - クラス のメソッドme.geso.mech2.Mech2WithBase
Get a mech2 instance.
getObjectMapper() - クラス のメソッドme.geso.mech2.Mech2
Get the jackson's ObjectMapper object.
getRequest() - クラス のメソッドme.geso.mech2.Mech2Result
Get HttpRequest object.
getResponse() - クラス のメソッドme.geso.mech2.Mech2Result
Get HttpResponse object.
getResponseBodyAsByteArray() - クラス のメソッドme.geso.mech2.Mech2Result
Get the HTTP response as byte array.
getResponseBodyAsString() - クラス のメソッドme.geso.mech2.Mech2Result
Get the HTTP response as String.
getResult() - クラス のメソッドme.geso.mech2.Mech2JSONResult
Get Mech2Result instance.
getStatusCode() - クラス のメソッドme.geso.mech2.Mech2Result
Shorthand for mech.getResponse().getStatusLine().getStatusCode()

H

head(URI) - クラス のメソッドme.geso.mech2.Mech2
Create new HEAD request object.

I

isJSONResponse() - クラス のメソッドme.geso.mech2.Mech2Result
Returns true if Content-Type of response is "application/json".
isSuccess() - クラス のメソッドme.geso.mech2.Mech2JSONResult
 
isSuccess() - クラス のメソッドme.geso.mech2.Mech2Result
Returns true if the HttResponse has 2xx status code.

M

me.geso.mech2 - パッケージ me.geso.mech2
 
Mech2 - me.geso.mech2のクラス
Main class of the mech2 package.
Mech2.Builder - me.geso.mech2のクラス
 
Mech2FailException - me.geso.mech2の例外
Exception class for Mech2Result.orDie() method.
Mech2FailException(Mech2Result) - 例外 のコンストラクタme.geso.mech2.Mech2FailException
 
Mech2JSONResult<T> - me.geso.mech2のクラス
This class contains Mech2Result and JSON type information.
Mech2JSONResult.Mech2JSONResultClass<T> - me.geso.mech2のクラス
 
Mech2JSONResult.Mech2JSONResultTypeReference<T> - me.geso.mech2のクラス
 
Mech2JSONResultClass(Mech2Result, Class<T>) - クラス のコンストラクタme.geso.mech2.Mech2JSONResult.Mech2JSONResultClass
 
Mech2JSONResultTypeReference(Mech2Result, TypeReference<T>) - クラス のコンストラクタme.geso.mech2.Mech2JSONResult.Mech2JSONResultTypeReference
 
Mech2Request - me.geso.mech2のクラス
The class represents HttpRequest.
Mech2Request(Mech2, URIBuilder, HttpRequestBase) - クラス のコンストラクタme.geso.mech2.Mech2Request
Normally, you shouldn't call this directly.
Mech2RequestMultipart - me.geso.mech2のクラス
This is a HTTP request class, has a multipart/form-data content-type.
Mech2RequestMultipart(Mech2, URIBuilder, HttpRequestBase, Charset) - クラス のコンストラクタme.geso.mech2.Mech2RequestMultipart
Do not use this directly.
Mech2Result - me.geso.mech2のクラス
HTTP request result.
Mech2WithBase - me.geso.mech2のクラス
Mech2 object with base URI.
Mech2WithBase(Mech2, URI) - クラス のコンストラクタme.geso.mech2.Mech2WithBase
 

O

of(Mech2Result, TypeReference<T>) - クラス のstaticメソッドme.geso.mech2.Mech2JSONResult
Create new instance.
of(Mech2Result, Class<T>) - クラス のstaticメソッドme.geso.mech2.Mech2JSONResult
Create new instance.
orDie() - クラス のメソッドme.geso.mech2.Mech2JSONResult
Throw exception if the response doesn't contain 2XX.
orDie() - クラス のメソッドme.geso.mech2.Mech2Result
throw exception if the response doesn't have 2xx response.

P

parseJSON() - クラス のメソッドme.geso.mech2.Mech2JSONResult.Mech2JSONResultClass
 
parseJSON() - クラス のメソッドme.geso.mech2.Mech2JSONResult.Mech2JSONResultTypeReference
 
parseJSON() - クラス のメソッドme.geso.mech2.Mech2JSONResult
Parse JSON as object.
parseJSON(TypeReference<T>) - クラス のメソッドme.geso.mech2.Mech2Result
Parse JSON from content-body using jackson.
parseJSON(Class<T>) - クラス のメソッドme.geso.mech2.Mech2Result
Parse JSON from content-body using jackson.
post(URI) - クラス のメソッドme.geso.mech2.Mech2
Create new POST request object.
post(String) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create new POST request.
postJSON(String, Object) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create new POST request contains JSON.
postMultipart(String) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create multi-part POST request(Charset is UTF-8).
postMultipart(String, Charset) - クラス のメソッドme.geso.mech2.Mech2WithBase
Create new multi-part POST request.
put(URI) - クラス のメソッドme.geso.mech2.Mech2
Create new PUT request object.

R

request(HttpUriRequest) - クラス のメソッドme.geso.mech2.Mech2
Send HTTP request by HttpUriRequest.

S

setBody(HttpEntity) - クラス のメソッドme.geso.mech2.Mech2Request
Set HttpEntity object to the request.
setBodyJSON(Object) - クラス のメソッドme.geso.mech2.Mech2Request
Set JSON value as the entity body.
setHeader(String, String) - クラス のメソッドme.geso.mech2.Mech2Request
Set header to the request.
setHttpClientBuilder(HttpClientBuilder) - クラス のメソッドme.geso.mech2.Mech2.Builder
 
setObjectMapper(ObjectMapper) - クラス のメソッドme.geso.mech2.Mech2.Builder
 
setQueryParameter(String, String) - クラス のメソッドme.geso.mech2.Mech2Request
Set query parameter to the URI

T

toJSONResult(Class<T>) - クラス のメソッドme.geso.mech2.Mech2Result
Convert the result to Mech2JSONResult object.
toJSONResult(TypeReference<T>) - クラス のメソッドme.geso.mech2.Mech2Result
Convert the result to Mech2JSONResult object.
A B D E G H I M O P R S T 
ナビゲーション・リンクをスキップ

Copyright © 2015. All rights reserved.