| Package | Description |
|---|---|
| com.google.sitebricks.client | |
| com.google.sitebricks.client.transport |
| Modifier and Type | Method and Description |
|---|---|
WebClient<T> |
Web.ReadAsBuilder.over(Class<? extends Transport> clazz) |
T |
WebResponse.ResponseTransportBuilder.using(Class<? extends Transport> transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonJsonTransport |
class |
Json
A plain text (UTF-8) implementation of Transport where input types are assumed
to be Strings.
|
class |
Raw
A raw implementation of Transport where input types are assumed
to be byte arrays.
|
class |
Text
A plain text (UTF-8) implementation of Transport where input types are assumed
to be Strings.
|
class |
Xml
A plain text (UTF-8) implementation of Transport where input types are assumed
to be Strings.
|
Copyright © 2015. All Rights Reserved.