|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Connector.Type>
org.jboss.modcluster.container.Connector.Type
public static enum Connector.Type
Indicates the type of a connector.
| Enum Constant Summary | |
|---|---|
AJP
|
|
HTTP
|
|
HTTPS
|
|
| Method Summary | |
|---|---|
int |
getDefaultPort()
Indicates the default port for this type of connector |
String |
toString()
|
static Connector.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Connector.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Connector.Type AJP
public static final Connector.Type HTTP
public static final Connector.Type HTTPS
| Method Detail |
|---|
public static Connector.Type[] values()
for (Connector.Type c : Connector.Type.values()) System.out.println(c);
public static Connector.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getDefaultPort()
public String toString()
toString in class Enum<Connector.Type>Enum.toString()
|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||