JavaScript is disabled on your browser.
Skip navigation links
MicroProfile Rest Client TCK v4.0-RC1
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.microprofile.rest.client.tck.interfaces
Interface CloseableClient
All Superinterfaces:
AutoCloseable
,
Closeable
public interface
CloseableClient
extends
Closeable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
executeGet
()
Methods inherited from interface java.io.
Closeable
close
Method Details
executeGet
@GET @Path("/somePath")
String
executeGet
()