org.jboss.arquillian.protocol.servlet
Class ServletProtocolConfiguration

java.lang.Object
  extended by org.jboss.arquillian.protocol.servlet.ServletProtocolConfiguration
All Implemented Interfaces:
ProtocolConfiguration

public class ServletProtocolConfiguration
extends Object
implements ProtocolConfiguration

ServletProtocolConfiguration

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ServletProtocolConfiguration()
           
 
Method Summary
 URI getBaseURI()
           
 String getContextRoot()
           
 String getHost()
           
 Integer getPort()
           
 void setContextRoot(String context)
           
 void setHost(String host)
           
 void setPort(Integer port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletProtocolConfiguration

public ServletProtocolConfiguration()
Method Detail

getHost

public String getHost()
Returns:
the host

setHost

public void setHost(String host)
Parameters:
host - the host to set

getPort

public Integer getPort()
Returns:
the port

setPort

public void setPort(Integer port)
Parameters:
port - the port to set

getContextRoot

public String getContextRoot()
Returns:
the context

setContextRoot

public void setContextRoot(String context)
Parameters:
context - the context to set

getBaseURI

public URI getBaseURI()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.