Package org.smallmind.web.jersey.proxy
Class JsonTargetFactory
java.lang.Object
org.smallmind.web.jersey.proxy.JsonTargetFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonTargetmanufacture(String host) static JsonTargetmanufacture(HttpProtocol protocol, String host) static JsonTargetmanufacture(HttpProtocol protocol, String host, int port) static JsonTargetmanufacture(HttpProtocol protocol, String host, int port, String context)
-
Constructor Details
-
JsonTargetFactory
public JsonTargetFactory()
-
-
Method Details
-
manufacture
- Throws:
URISyntaxException
-
manufacture
- Throws:
URISyntaxException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port) throws URISyntaxException - Throws:
URISyntaxException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port, String context) throws URISyntaxException - Throws:
URISyntaxException
-