Package | Description |
---|---|
com.eviware.soapui.impl.support | |
org.apache.commons.httpclient | |
org.apache.commons.httpclient.util |
Modifier and Type | Method and Description |
---|---|
static URI |
HttpUtils.createUri(URI uri) |
Modifier and Type | Method and Description |
---|---|
protected static String |
URI.decode(char[] component,
String charset)
Decodes URI encoded string.
|
protected static String |
URI.decode(String component,
String charset)
Decodes URI encoded string.
|
protected static char[] |
URI.encode(String original,
BitSet allowed,
String charset)
Encodes URI string.
|
String |
URI.getAboveHierPath()
Get the level above the this hierarchy level.
|
String |
URI.getAuthority()
Get the authority.
|
String |
URI.getCurrentHierPath()
Get the current hierarchy level.
|
String |
URI.getEscapedAboveHierPath()
Get the level above the this hierarchy level.
|
String |
URI.getEscapedCurrentHierPath()
Get the escaped current hierarchy level.
|
String |
URI.getFragment()
Get the fragment.
|
String |
URI.getHost()
Get the host.
|
String |
URI.getName()
Get the basename of the path.
|
String |
URI.getPath()
Get the path.
|
String |
URI.getPathQuery()
Get the path and query.
|
String |
URI.getQuery()
Get the query.
|
char[] |
URI.getRawAboveHierPath()
Get the level above the this hierarchy level.
|
char[] |
URI.getRawCurrentHierPath()
Get the raw-escaped current hierarchy level.
|
protected char[] |
URI.getRawCurrentHierPath(char[] path)
Get the raw-escaped current hierarchy level in the given path.
|
String |
URI.getURI()
It can be gotten the URI character sequence.
|
String |
URI.getURIReference()
Get the original URI reference string.
|
String |
URI.getUserinfo()
Get the userinfo.
|
void |
URI.normalize()
Normalizes the path part of this URI.
|
protected char[] |
URI.normalize(char[] path)
Normalize the given hier path part.
|
protected void |
URI.parseAuthority(String original,
boolean escaped)
Parse the authority component.
|
protected void |
URI.parseUriReference(String original,
boolean escaped)
In order to avoid any possilbity of conflict with non-ASCII characters,
Parse a URI reference as a
String with the character
encoding of the local system or the document. |
protected char[] |
URI.resolvePath(char[] basePath,
char[] relPath)
Resolve the base and relative path.
|
void |
URI.setEscapedAuthority(String escapedAuthority)
Set the authority.
|
void |
URI.setEscapedFragment(String escapedFragment)
Set the escaped fragment string.
|
void |
URI.setEscapedPath(String escapedPath)
Set the escaped path.
|
void |
URI.setEscapedQuery(String escapedQuery)
Set the escaped query string.
|
void |
URI.setFragment(String fragment)
Set the fragment.
|
void |
URI.setPath(String path)
Set the path.
|
void |
URI.setQuery(String query)
Set the query.
|
void |
URI.setRawAuthority(char[] escapedAuthority)
Set the authority.
|
void |
URI.setRawFragment(char[] escapedFragment)
Set the raw-escaped fragment.
|
void |
URI.setRawPath(char[] escapedPath)
Set the raw-escaped path.
|
void |
URI.setRawQuery(char[] escapedQuery)
Set the raw-escaped query.
|
Constructor and Description |
---|
URI(char[] escaped)
Deprecated.
Use #URI(String, boolean)
|
URI(char[] escaped,
String charset)
Deprecated.
Use #URI(String, boolean, String)
|
URI(String original)
Deprecated.
Use #URI(String, boolean)
|
URI(String s,
boolean escaped)
Construct a URI from a string with the given charset.
|
URI(String s,
boolean escaped,
String charset)
Construct a URI from a string with the given charset.
|
URI(String original,
String charset)
Deprecated.
Use #URI(String, boolean, String)
|
URI(String scheme,
String schemeSpecificPart,
String fragment)
Construct a general URI from the given components.
|
URI(String scheme,
String userinfo,
String host,
int port)
Construct a general URI from the given components.
|
URI(String scheme,
String userinfo,
String host,
int port,
String path)
Construct a general URI from the given components.
|
URI(String scheme,
String userinfo,
String host,
int port,
String path,
String query)
Construct a general URI from the given components.
|
URI(String scheme,
String userinfo,
String host,
int port,
String path,
String query,
String fragment)
Construct a general URI from the given components.
|
URI(String scheme,
String host,
String path,
String fragment)
Construct a general URI from the given components.
|
URI(String scheme,
String authority,
String path,
String query,
String fragment)
Construct a general URI from the given components.
|
URI(URI base,
String relative)
Deprecated.
Use #URI(URI, String, boolean)
|
URI(URI base,
String relative,
boolean escaped)
Construct a general URI with the given relative URI string.
|
URI(URI base,
URI relative)
Construct a general URI with the given relative URI.
|
Modifier and Type | Method and Description |
---|---|
static String |
URIUtil.Coder.decode(char[] escapedComponent,
String charset)
Deprecated.
use org.apache.commons.codec.net.URLCodec
|
static String |
URIUtil.decode(String escaped)
Unescape and decode a given string regarded as an escaped string with the
default protocol charset.
|
static String |
URIUtil.decode(String escaped,
String charset)
Unescape and decode a given string regarded as an escaped string.
|
static String |
URIUtil.encode(String unescaped,
BitSet allowed)
Escape and encode a given string with allowed characters not to be
escaped and the default protocol charset.
|
static String |
URIUtil.encode(String unescaped,
BitSet allowed,
String charset)
Escape and encode a given string with allowed characters not to be
escaped and a given charset.
|
static char[] |
URIUtil.Coder.encode(String unescapedComponent,
BitSet allowed,
String charset)
Deprecated.
use org.apache.commons.codec.net.URLCodec
|
static String |
URIUtil.encodeAll(String unescaped)
Get the all escaped and encoded string with the default protocl charset.
|
static String |
URIUtil.encodeAll(String unescaped,
String charset)
Get the all escaped and encoded string with a given charset.
|
static String |
URIUtil.encodePath(String unescaped)
Escape and encode a string regarded as the path component of an URI with
the default protocol charset.
|
static String |
URIUtil.encodePath(String unescaped,
String charset)
Escape and encode a string regarded as the path component of an URI with
a given charset.
|
static String |
URIUtil.encodePathQuery(String unescaped)
Escape and encode a string regarded as the path and query components of
an URI with the default protocol charset.
|
static String |
URIUtil.encodePathQuery(String unescaped,
String charset)
Escape and encode a string regarded as the path and query components of
an URI with a given charset.
|
static String |
URIUtil.encodeQuery(String unescaped)
Escape and encode a string regarded as the query component of an URI with
the default protocol charset.
|
static String |
URIUtil.encodeQuery(String unescaped,
String charset)
Escape and encode a string regarded as the query component of an URI with
a given charset.
|
static String |
URIUtil.encodeWithinAuthority(String unescaped)
Escape and encode a string regarded as within the authority component of
an URI with the default protocol charset.
|
static String |
URIUtil.encodeWithinAuthority(String unescaped,
String charset)
Escape and encode a string regarded as within the authority component of
an URI with a given charset.
|
static String |
URIUtil.encodeWithinPath(String unescaped)
Escape and encode a string regarded as within the path component of an
URI with the default protocol charset.
|
static String |
URIUtil.encodeWithinPath(String unescaped,
String charset)
Escape and encode a string regarded as within the path component of an
URI with a given charset.
|
static String |
URIUtil.encodeWithinQuery(String unescaped)
Escape and encode a string regarded as within the query component of an
URI with the default protocol charset.
|
static String |
URIUtil.encodeWithinQuery(String unescaped,
String charset)
Escape and encode a string regarded as within the query component of an
URI with a given charset.
|
Copyright © 2019. All Rights Reserved.