Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.core |
Modifier and Type | Method and Description |
---|---|
Link |
ClientRequest.create()
Deprecated.
Automatically does POST/Create pattern.
|
Modifier and Type | Method and Description |
---|---|
ClientResponseFailure |
BaseClientResponse.createResponseFailure(String message)
Deprecated.
|
ClientResponseFailure |
BaseClientResponse.createResponseFailure(String message,
Exception e)
Deprecated.
|
Copyright © 2016. All rights reserved.