
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)
This is used by certain extensions to send data/commands between the container and client. Used by e.g. The InContianer Deployment.
Set the given pull interval time in milliseconds.
Copyright © 2017 JBoss by Red Hat. All rights reserved.