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() |
Integer |
getPullInMilliSeconds() |
String |
getScheme() |
void |
setContextRoot(String context) |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setPullInMilliSeconds(Integer pullInMilliSeconds)
The Command Service provided by the Serlvet protocol will pull
for Remote events happened in the container every x milliseconds.
|
void |
setScheme(String scheme) |
public String getScheme()
public void setScheme(String scheme)
scheme
- the scheme to setpublic 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()
public Integer getPullInMilliSeconds()
public void setPullInMilliSeconds(Integer pullInMilliSeconds)
pullInMilliSeconds
- Copyright © 2016 JBoss by Red Hat. All rights reserved.