Uses of Class
org.smallmind.web.jersey.proxy.HttpProtocol
-
Packages that use HttpProtocol Package Description org.smallmind.web.jersey.proxy org.smallmind.web.jersey.proxy.spring -
-
Uses of HttpProtocol in org.smallmind.web.jersey.proxy
Methods in org.smallmind.web.jersey.proxy that return HttpProtocol Modifier and Type Method Description static HttpProtocolHttpProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProtocol[]HttpProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.web.jersey.proxy with parameters of type HttpProtocol Modifier and Type Method Description static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int port, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int port, String context, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, String context, int concurrencyLevel, int timeout) -
Uses of HttpProtocol in org.smallmind.web.jersey.proxy.spring
Methods in org.smallmind.web.jersey.proxy.spring with parameters of type HttpProtocol Modifier and Type Method Description voidJsonTargetFactoryBean. setProtocol(HttpProtocol protocol)
-