Uses of Class
org.jboss.resteasy.client.ClientRequestFactory
-
Packages that use ClientRequestFactory Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.test -
-
Uses of ClientRequestFactory in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return ClientRequestFactory Modifier and Type Method Description ClientRequestFactoryClientRequestFactory. clone()Deprecated.Constructors in org.jboss.resteasy.client with parameters of type ClientRequestFactory Constructor Description ClientRequestFactory(ClientRequestFactory other)Deprecated. -
Uses of ClientRequestFactory in org.jboss.resteasy.test
Methods in org.jboss.resteasy.test with parameters of type ClientRequestFactory Modifier and Type Method Description static ClientRequestTestPortProvider. createClientRequest(ClientRequestFactory factory, java.lang.String path)
-