public abstract class FormURLEncodedMessageConverter<T> extends java.lang.Object implements HttpMessageReader<T>, HttpMessageWriter<T>
| Constructor and Description |
|---|
FormURLEncodedMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
contentType() |
protected abstract T |
doRead(java.lang.reflect.Type expectedType,
com.github.ljtfreitas.restify.http.client.message.form.ParameterPair[] pairs) |
T |
read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
void |
write(T body,
HttpRequestMessage httpRequestMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanReadcanWritepublic java.lang.String contentType()
contentType in interface HttpMessageConverterpublic T read(HttpResponseMessage httpResponseMessage, java.lang.reflect.Type expectedType) throws RestifyHttpMessageReadException
read in interface HttpMessageReader<T>RestifyHttpMessageReadExceptionprotected abstract T doRead(java.lang.reflect.Type expectedType, com.github.ljtfreitas.restify.http.client.message.form.ParameterPair[] pairs)
public void write(T body, HttpRequestMessage httpRequestMessage) throws RestifyHttpMessageWriteException
write in interface HttpMessageWriter<T>RestifyHttpMessageWriteExceptionCopyright © 2017. All Rights Reserved.