org.ow2.jonas.ant.jonasbase.web
Class Http

java.lang.Object
  extended by org.ow2.jonas.ant.jonasbase.web.Http

public class Http
extends Object

Configure an HTTPS Connector for Tomcat/Jetty.

Author:
Guillaume Sauthier

Field Summary
static String DEFAULT_PORT
          Default HTTP Port.
 
Constructor Summary
Http()
           
 
Method Summary
 String getPort()
           
 void setPort(String port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final String DEFAULT_PORT
Default HTTP Port.

See Also:
Constant Field Values
Constructor Detail

Http

public Http()
Method Detail

getPort

public String getPort()
Returns:
Returns the port.

setPort

public void setPort(String port)
Parameters:
port - The port to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.