Class ServletProtocolConfiguration
java.lang.Object
org.jboss.arquillian.protocol.servlet.ServletProtocolConfiguration
- All Implemented Interfaces:
ProtocolConfiguration
ServletProtocolConfiguration
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPort()voidsetContextRoot(String context) voidvoidvoidsetPullInMilliSeconds(Integer pullInMilliSeconds) The Command Service provided by the Serlvet protocol will pull for Remote events happened in the container every x milliseconds.void
-
Constructor Details
-
ServletProtocolConfiguration
public ServletProtocolConfiguration()
-
-
Method Details
-
getScheme
- Returns:
- the scheme
-
setScheme
- Parameters:
scheme- the scheme to set
-
getHost
- Returns:
- the host
-
setHost
- Parameters:
host- the host to set
-
getPort
- Returns:
- the port
-
setPort
- Parameters:
port- the port to set
-
getContextRoot
- Returns:
- the context
-
setContextRoot
- Parameters:
context- the context to set
-
getBaseURI
-
getPullInMilliSeconds
- Returns:
-
setPullInMilliSeconds
The Command Service provided by the Serlvet protocol will pull for Remote events happened in the container every x milliseconds.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.
-