org.jboss.arquillian.protocol.servlet
Class ServletProtocolConfiguration
java.lang.Object
org.jboss.arquillian.protocol.servlet.ServletProtocolConfiguration
- All Implemented Interfaces:
- ProtocolConfiguration
public class ServletProtocolConfiguration
- extends Object
- implements ProtocolConfiguration
ServletProtocolConfiguration
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletProtocolConfiguration
public ServletProtocolConfiguration()
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.