Package | Description |
---|---|
nl.renarj.jasdb.rest.client |
Modifier and Type | Method and Description |
---|---|
static RemoteRestConnector.REQUEST_MODE |
RemoteRestConnector.REQUEST_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteRestConnector.REQUEST_MODE[] |
RemoteRestConnector.REQUEST_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected ClientResponse |
RemoteRestConnector.doInternalRequest(RemotingContext context,
String connectionString,
Map<String,String> params,
byte[] postStream,
RemoteRestConnector.REQUEST_MODE mode) |
protected ClientResponse |
RemoteRestConnector.doRequest(RemotingContext context,
String connectionString,
Map<String,String> params,
String postBody,
RemoteRestConnector.REQUEST_MODE mode) |
Copyright © 2015. All rights reserved.