public static final enum

ProxyServer.Protocol

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.ning.http.client.ProxyServer.Protocol

Summary

Enum Values
ProxyServer.Protocol  HTTP   
ProxyServer.Protocol  HTTPS   
ProxyServer.Protocol  KERBEROS   
ProxyServer.Protocol  NTLM   
ProxyServer.Protocol  SPNEGO   
Public Methods
String getProtocol()
String toString()
static ProxyServer.Protocol valueOf(String name)
final static Protocol[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ProxyServer.Protocol HTTP

public static final ProxyServer.Protocol HTTPS

public static final ProxyServer.Protocol KERBEROS

public static final ProxyServer.Protocol NTLM

public static final ProxyServer.Protocol SPNEGO

Public Methods

public String getProtocol ()

public String toString ()

public static ProxyServer.Protocol valueOf (String name)

public static final Protocol[] values ()