public class Poster extends Object
| Modifier and Type | Method and Description |
|---|---|
Bindings |
toJsonUrl(URL url)
Send this JSON object via HTTP POST to
url |
String |
toTextUrl(URL url)
Send this JSON object via HTTP POST to
url |
Bindings |
toYamlUrl(URL url)
Send this JSON object via HTTP POST to
url |
public Poster(Bindings bindings)
public Bindings toJsonUrl(URL url)
urlurl - A URL expecting a post of this JSON objectpublic Bindings toYamlUrl(URL url)
urlurl - A URL expecting a post of this JSON objectCopyright © 2019. All rights reserved.