public class

LongPollingServer

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.model.LongPollingServer

Summary

Constants
String CHANNEL_REGEXP
String HOST_REGEXP
long serialVersionUID
Fields
private static final Pattern CHANNEL_PATTERN
private static final Pattern HOST_PATTERN
private String channel
private String host
private Integer maxRetries
private Integer retryTimeout
private Integer ttl
private String type
private String url
Public Constructors
LongPollingServer()
Public Methods
String getChannel()
String getHost()
Integer getMaxRetries()
Integer getRetryTimeout()
Integer getTtl()
String getType()
String getUrl()
void setMaxRetries(Integer maxRetries)
void setRetryTimeout(Integer retryTimeout)
void setTtl(Integer ttl)
void setType(String type)
void setUrl(String url)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final String CHANNEL_REGEXP

Constant Value: ".*channel=(.*)&.*"

private static final String HOST_REGEXP

Constant Value: "(.*)/subscribe?.*"

private static final long serialVersionUID

Constant Value: -3943814242297294748 (0xc944c1d783be5064)

Fields

private static final Pattern CHANNEL_PATTERN

private static final Pattern HOST_PATTERN

private String channel

private String host

private Integer maxRetries

private Integer retryTimeout

private Integer ttl

private String type

private String url

Public Constructors

public LongPollingServer ()

Public Methods

public String getChannel ()

public String getHost ()

public Integer getMaxRetries ()

public Integer getRetryTimeout ()

public Integer getTtl ()

public String getType ()

public String getUrl ()

public void setMaxRetries (Integer maxRetries)

Parameters
maxRetries

public void setRetryTimeout (Integer retryTimeout)

Parameters
retryTimeout

public void setTtl (Integer ttl)

Parameters
ttl

public void setType (String type)

Parameters
type

public void setUrl (String url)

Parameters
url