public enum Ssl extends Enum<Ssl>
Modifier and Type | Method and Description |
---|---|
abstract org.apache.http.conn.scheme.SchemeSocketFactory |
getSocketFactory() |
static Ssl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ssl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ssl enabled
public static final Ssl naive
public static final Ssl disabled
public static Ssl[] values()
for (Ssl c : Ssl.values()) System.out.println(c);
public static Ssl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic abstract org.apache.http.conn.scheme.SchemeSocketFactory getSocketFactory()
Copyright © 2013. All rights reserved.