Uses of Enum
com.ning.http.client.ProxyServer.Protocol
Packages that use ProxyServer.Protocol
-
Uses of ProxyServer.Protocol in com.ning.http.client
Methods in com.ning.http.client that return ProxyServer.ProtocolModifier and TypeMethodDescriptionProxyServer.getProtocol()static ProxyServer.ProtocolReturns the enum constant of this type with the specified name.static ProxyServer.Protocol[]ProxyServer.Protocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ning.http.client with parameters of type ProxyServer.ProtocolModifier and TypeMethodDescriptionSimpleAsyncHttpClient.Builder.setProxyProtocol(ProxyServer.Protocol protocol) Constructors in com.ning.http.client with parameters of type ProxyServer.ProtocolModifierConstructorDescriptionProxyServer(ProxyServer.Protocol protocol, String host, int port) ProxyServer(ProxyServer.Protocol protocol, String host, int port, String principal, String password)