public class ServletProtocolConfiguration extends java.lang.Object implements ProtocolConfiguration
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
contextRoot |
private java.lang.String |
host |
private java.lang.Integer |
port |
private java.lang.Integer |
pullInMilliSeconds |
private java.lang.String |
scheme |
Constructor and Description |
---|
ServletProtocolConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getBaseURI() |
java.lang.String |
getContextRoot() |
java.lang.String |
getHost() |
java.lang.Integer |
getPort() |
java.lang.Integer |
getPullInMilliSeconds() |
java.lang.String |
getScheme() |
void |
setContextRoot(java.lang.String context) |
void |
setHost(java.lang.String host) |
void |
setPort(java.lang.Integer port) |
void |
setPullInMilliSeconds(java.lang.Integer pullInMilliSeconds)
The Command Service provided by the Serlvet protocol will pull
for Remote events happened in the container every x milliseconds.
|
void |
setScheme(java.lang.String scheme) |
private java.lang.String scheme
private java.lang.String host
private java.lang.Integer port
private java.lang.String contextRoot
private java.lang.Integer pullInMilliSeconds
public java.lang.String getScheme()
public void setScheme(java.lang.String scheme)
scheme
- the scheme to setpublic java.lang.String getHost()
public void setHost(java.lang.String host)
host
- the host to setpublic java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port
- the port to setpublic java.lang.String getContextRoot()
public void setContextRoot(java.lang.String context)
context
- the context to setpublic java.net.URI getBaseURI()
public java.lang.Integer getPullInMilliSeconds()
public void setPullInMilliSeconds(java.lang.Integer pullInMilliSeconds)
pullInMilliSeconds
-