Uses of Enum Class
org.smallmind.web.jersey.proxy.HttpProtocol
Packages that use HttpProtocol
-
Uses of HttpProtocol in org.smallmind.web.jersey.proxy
Methods in org.smallmind.web.jersey.proxy that return HttpProtocolModifier and TypeMethodDescriptionstatic HttpProtocolReturns the enum constant of this class with the specified name.static HttpProtocol[]HttpProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.smallmind.web.jersey.proxy with parameters of type HttpProtocolModifier and TypeMethodDescriptionstatic JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host) static JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host, int port) static JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host, int port, String context) -
Uses of HttpProtocol in org.smallmind.web.jersey.proxy.spring
Methods in org.smallmind.web.jersey.proxy.spring with parameters of type HttpProtocol