public class ServletProtocolConfiguration extends Object implements ProtocolConfiguration
| Constructor and Description |
|---|
ServletProtocolConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseURI() |
String |
getContextRoot() |
String |
getHost() |
Integer |
getPort() |
void |
setContextRoot(String context) |
void |
setHost(String host) |
void |
setPort(Integer port) |
public String getHost()
public void setHost(String host)
host - the host to setpublic Integer getPort()
public void setPort(Integer port)
port - the port to setpublic String getContextRoot()
public void setContextRoot(String context)
context - the context to setpublic URI getBaseURI()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.