| Modifier and Type | Method and Description |
|---|---|
static BetterTomcat.Protocol |
BetterTomcat.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BetterTomcat.Protocol[] |
BetterTomcat.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.catalina.connector.Connector |
BetterTomcat.addConnector(BetterTomcat.Protocol protocol,
String address,
int port)
Get a Tomcat Connector.
|
org.apache.catalina.connector.Connector |
BetterTomcat.getConnector(BetterTomcat.Protocol protocol,
String address,
int port) |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.