public class PKIConnection
extends java.lang.Object
Constructor and Description |
---|
PKIConnection(ClientConfig config) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createProxy(java.lang.Class<T> clazz) |
<T> T |
getEntity(org.jboss.resteasy.client.ClientResponse<T> response) |
boolean |
isVerbose() |
org.jboss.resteasy.client.ClientResponse<java.lang.String> |
post(java.lang.String content) |
void |
setVerbose(boolean verbose) |
public PKIConnection(ClientConfig config)
public <T> T createProxy(java.lang.Class<T> clazz) throws java.net.URISyntaxException
java.net.URISyntaxException
public <T> T getEntity(org.jboss.resteasy.client.ClientResponse<T> response)
public org.jboss.resteasy.client.ClientResponse<java.lang.String> post(java.lang.String content) throws java.lang.Exception
java.lang.Exception
public boolean isVerbose()
public void setVerbose(boolean verbose)