Uses of Class
org.jboss.modcluster.container.Connector.Type
-
Packages that use Connector.Type Package Description org.jboss.modcluster.container -
-
Uses of Connector.Type in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Connector.Type Modifier and Type Method Description Connector.TypeConnector. getType()Indicates the type of this connector.static Connector.TypeConnector.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Connector.Type[]Connector.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-