Package | Description |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.security.smime |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequest.body(MediaType contentType,
Object data,
GenericType genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(GenericType type)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.get(GenericType type)
Deprecated.
|
abstract <T2> T2 |
ClientResponse.getEntity(GenericType<T2> type)
Deprecated.
Extract the response body with the provided type information.
|
abstract <T2> T2 |
ClientResponse.getEntity(GenericType<T2> type,
Annotation[] annotations)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
GenericType type)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(GenericType type)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(GenericType type)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(GenericType type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T2> T2 |
BaseClientResponse.getEntity(GenericType<T2> genericType) |
<T2> T2 |
BaseClientResponse.getEntity(GenericType<T2> genericType,
Annotation[] ann) |
Modifier and Type | Method and Description |
---|---|
OutputPart |
MultipartFormDataOutput.addFormData(String key,
Object entity,
GenericType<?> type,
MediaType mediaType) |
OutputPart |
MultipartFormDataOutput.addFormData(String key,
Object entity,
GenericType<?> type,
MediaType mediaType,
String filename) |
OutputPart |
MultipartOutput.addPart(Object entity,
GenericType<?> type,
MediaType mediaType) |
OutputPart |
MultipartOutput.addPart(Object entity,
GenericType<?> type,
MediaType mediaType,
String filename) |
<T> T |
InputPart.getBody(GenericType<T> type) |
<T> T |
MultipartInputImpl.PartImpl.getBody(GenericType<T> type) |
<T> T |
MultipartFormDataInput.getFormDataPart(String key,
GenericType<T> type) |
<T> T |
MultipartFormDataInputImpl.getFormDataPart(String key,
GenericType<T> type) |
Modifier and Type | Method and Description |
---|---|
Object |
SignedInput.getEntity(GenericType type) |
Object |
MultipartSignedInputImpl.getEntity(GenericType gt) |
Object |
EnvelopedInput.getEntity(GenericType type) |
Object |
EnvelopedInputImpl.getEntity(GenericType type) |
<T2> T2 |
PKCS7SignatureInput.getEntity(GenericType<T2> gt,
Annotation[] ann,
MediaType mediaType) |
<T2> T2 |
PKCS7SignatureInput.getEntity(GenericType<T2> gt,
MediaType mediaType) |
Object |
MultipartSignedInputImpl.getEntity(GenericType gt,
Annotation[] ann) |
Object |
EnvelopedInputImpl.getEntity(GenericType gt,
Annotation[] ann,
PrivateKey pKey,
X509Certificate cert) |
Object |
EnvelopedInput.getEntity(GenericType type,
PrivateKey key,
X509Certificate cert) |
Object |
EnvelopedInputImpl.getEntity(GenericType type,
PrivateKey key,
X509Certificate cert) |
void |
PKCS7SignatureInput.setType(GenericType type) |
void |
SMIMEOutput.setType(GenericType t) |
void |
MultipartSignedInputImpl.setType(GenericType type) |
void |
EnvelopedInputImpl.setType(GenericType type) |
Copyright © 2016. All rights reserved.