|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.httpdatacollection.Url
public class Url
Class Url.
| Constructor Summary | |
|---|---|
Url()
|
|
| Method Summary | |
|---|---|
void |
deletePort()
|
String |
getFragment()
Returns the value of field 'fragment'. |
String |
getHost()
Returns the value of field 'host'. |
String |
getHttpVersion()
Returns the value of field 'httpVersion'. |
String |
getMatches()
Returns the value of field 'matches'. |
String |
getMethod()
Returns the value of field 'method'. |
Parameters |
getParameters()
Returns the value of field 'parameters'. |
String |
getPath()
Returns the value of field 'path'. |
int |
getPort()
Returns the value of field 'port'. |
String |
getQuery()
Returns the value of field 'query'. |
String |
getResponseRange()
Returns the value of field 'responseRange'. |
String |
getScheme()
Returns the value of field 'scheme'. |
String |
getUserAgent()
Returns the value of field 'userAgent'. |
String |
getUserInfo()
Returns the value of field 'userInfo'. |
String |
getVirtualHost()
Returns the value of field 'virtualHost'. |
boolean |
hasPort()
Method hasPort. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setFragment(String fragment)
Sets the value of field 'fragment'. |
void |
setHost(String host)
Sets the value of field 'host'. |
void |
setHttpVersion(String httpVersion)
Sets the value of field 'httpVersion'. |
void |
setMatches(String matches)
Sets the value of field 'matches'. |
void |
setMethod(String method)
Sets the value of field 'method'. |
void |
setParameters(Parameters parameters)
Sets the value of field 'parameters'. |
void |
setPath(String path)
Sets the value of field 'path'. |
void |
setPort(int port)
Sets the value of field 'port'. |
void |
setQuery(String query)
Sets the value of field 'query'. |
void |
setResponseRange(String responseRange)
Sets the value of field 'responseRange'. |
void |
setScheme(String scheme)
Sets the value of field 'scheme'. |
void |
setUserAgent(String userAgent)
Sets the value of field 'userAgent'. |
void |
setUserInfo(String userInfo)
Sets the value of field 'userInfo'. |
void |
setVirtualHost(String virtualHost)
Sets the value of field 'virtualHost'. |
static Url |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Url()
| Method Detail |
|---|
public void deletePort()
public String getFragment()
public String getHost()
public String getHttpVersion()
public String getMatches()
public String getMethod()
public Parameters getParameters()
public String getPath()
public int getPort()
public String getQuery()
public String getResponseRange()
public String getScheme()
public String getUserAgent()
public String getUserInfo()
public String getVirtualHost()
public boolean hasPort()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setFragment(String fragment)
fragment - the value of field 'fragment'.public void setHost(String host)
host - the value of field 'host'.public void setHttpVersion(String httpVersion)
httpVersion - the value of field 'httpVersion'.public void setMatches(String matches)
matches - the value of field 'matches'.public void setMethod(String method)
method - the value of field 'method'.public void setParameters(Parameters parameters)
parameters - the value of field 'parameters'.public void setPath(String path)
path - the value of field 'path'.public void setPort(int port)
port - the value of field 'port'.public void setQuery(String query)
query - the value of field 'query'.public void setResponseRange(String responseRange)
responseRange - the value of field 'responseRange'.public void setScheme(String scheme)
scheme - the value of field 'scheme'.public void setUserAgent(String userAgent)
userAgent - the value of field 'userAgent'.public void setUserInfo(String userInfo)
userInfo - the value of field 'userInfo'.public void setVirtualHost(String virtualHost)
virtualHost - the value of field 'virtualHost'.
public static Url unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||