Uses of Class
org.glassfish.jersey.client.JerseyInvocation
-
Packages that use JerseyInvocation Package Description org.glassfish.jersey.client Jersey client-side classes. -
-
Uses of JerseyInvocation in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return JerseyInvocation Modifier and Type Method Description JerseyInvocationJerseyInvocation.Builder. build(String method)JerseyInvocationJerseyInvocation.Builder. build(String method, jakarta.ws.rs.client.Entity<?> entity)JerseyInvocationJerseyInvocation.Builder. buildDelete()JerseyInvocationJerseyInvocation.Builder. buildGet()JerseyInvocationJerseyInvocation.Builder. buildPost(jakarta.ws.rs.client.Entity<?> entity)JerseyInvocationJerseyInvocation.Builder. buildPut(jakarta.ws.rs.client.Entity<?> entity)JerseyInvocationJerseyInvocation. property(String name, Object value)
-