public class FormUrlEncodedConverter extends BodyConverterSupport
BodyConverterSupport.ContentType| コンストラクタと説明 | 
|---|
FormUrlEncodedConverter()  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
protected java.lang.Object | 
convertRequest(HttpRequest request,
              ExecutionContext context)
リクエストを変換する。 
 | 
protected HttpResponse | 
convertResponse(java.lang.Object response,
               ExecutionContext context)
レスポンスを変換する。 
 | 
boolean | 
isConvertible(java.lang.String mediaType)
指定されたメディアタイプを変換できるかどうか。 
 | 
getContentType, read, setDefaultEncoding, writeprotected java.lang.Object convertRequest(HttpRequest request, ExecutionContext context)
BodyConverterSupportconvertRequest クラス内 BodyConverterSupportrequest - リクエストcontext - 実行コンテキストprotected HttpResponse convertResponse(java.lang.Object response, ExecutionContext context)
BodyConverterSupportconvertResponse クラス内 BodyConverterSupportresponse - レスポンスオブジェクトcontext - 実行コンテキストpublic boolean isConvertible(java.lang.String mediaType)
BodyConvertermediaType - メディアタイプtrue