Interface RestTarget
public interface RestTarget
Represents a Web target for RESTful API access. Abstracted from Glassfish/Jersey.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a request invocation.static interfaceRepresents a request. -
Method Summary
-
Method Details
-
createRequest
RestTarget.Request createRequest()Creates a request.- Returns:
- the request
-