Is there a way to configure a client created by the ClientBuilder to use local transport? I've tried to to pass the WebTarget object to WebClient.getConig() and set LocalConduit.DIRECT_DISPATCH to true on the request context. I've also tried using the property method in the ClientBuilder to do something similar. Nothing I've tried works.
