public class Url extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.opennms.org/xsd/config/http-datacollection}parameters" minOccurs="0"/> </sequence> <attribute name="method" type="{http://xmlns.opennms.org/xsd/config/http-datacollection}allowed-methods" default="GET" /> <attribute name="http-version" type="{http://xmlns.opennms.org/xsd/config/http-datacollection}allowed-versions" default="1.1" /> <attribute name="user-agent" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="virtual-host" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="scheme" type="{http://www.w3.org/2001/XMLSchema}string" default="http" /> <attribute name="user-info" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" default="${ipaddr}" /> <attribute name="port" default="80"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="query" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fragment" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="matches" type="{http://www.w3.org/2001/XMLSchema}string" default="(.*)" /> <attribute name="response-range" type="{http://www.w3.org/2001/XMLSchema}string" default="100-399" /> <attribute name="canonical-equivalence" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="case-insensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="comments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="dotall" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="literal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="multiline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="unicode-case" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="unix-lines" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
m_canonicalEquivalence |
protected Boolean |
m_caseInsensitive |
protected Boolean |
m_comments |
protected Boolean |
m_dotall |
protected String |
m_fragment |
protected String |
m_host |
protected String |
m_httpVersion |
protected Boolean |
m_literal |
protected String |
m_matches |
protected String |
m_method |
protected Boolean |
m_multiline |
protected List<Parameter> |
m_parameters |
protected String |
m_path |
protected Integer |
m_port |
protected String |
m_query |
protected String |
m_responseRange |
protected String |
m_scheme |
protected Boolean |
m_unicodeCase |
protected Boolean |
m_unixLines |
protected String |
m_userAgent |
protected String |
m_userInfo |
protected String |
m_virtualHost |
Constructor and Description |
---|
Url() |
protected String m_method
protected String m_httpVersion
protected String m_userAgent
protected String m_virtualHost
protected String m_scheme
protected String m_userInfo
protected String m_host
protected Integer m_port
protected String m_path
protected String m_query
protected String m_fragment
protected String m_matches
protected String m_responseRange
protected Boolean m_canonicalEquivalence
protected Boolean m_caseInsensitive
protected Boolean m_comments
protected Boolean m_dotall
protected Boolean m_literal
protected Boolean m_multiline
protected Boolean m_unicodeCase
protected Boolean m_unixLines
public String getMethod()
public void setMethod(String value)
public String getHttpVersion()
public void setHttpVersion(String value)
public void setUserAgent(String value)
public void setVirtualHost(String value)
public String getScheme()
public void setScheme(String value)
public void setUserInfo(String value)
public String getHost()
public void setHost(String value)
public int getPort()
public void setPort(Integer value)
public String getPath()
public void setPath(String value)
public void setQuery(String value)
public void setFragment(String value)
public String getMatches()
public void setMatches(String value)
public String getResponseRange()
public void setResponseRange(String value)
public boolean isCanonicalEquivalence()
public void setCanonicalEquivalence(Boolean value)
public boolean isCaseInsensitive()
public void setCaseInsensitive(Boolean value)
public boolean isComments()
public void setComments(Boolean value)
public boolean isDotall()
public void setDotall(Boolean value)
public boolean isLiteral()
public void setLiteral(Boolean value)
public boolean isMultiline()
public void setMultiline(Boolean value)
public boolean isUnicodeCase()
public void setUnicodeCase(Boolean value)
public boolean isUnixLines()
public void setUnixLines(Boolean value)
Copyright © 2021. All rights reserved.