- abs_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
URI absolute path.
- absoluteURI - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for absoluteURI.
- allowed_abs_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the abs_path.
- allowed_authority - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the authority component.
- allowed_fragment - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the fragment component.
- allowed_host - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the host component.
- allowed_IPv6reference - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the IPv6reference component.
- allowed_opaque_part - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the opaque_part.
- allowed_query - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the query component.
- allowed_reg_name - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the reg_name.
- allowed_rel_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the rel_path.
- allowed_userinfo - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the userinfo component.
- allowed_within_authority - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for the authority component.
- allowed_within_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed within the path.
- allowed_within_query - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed within the query component.
- allowed_within_userinfo - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Those characters that are allowed for within the userinfo component.
- alpha - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for alpha.
- alphanum - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for alphanum (join of alpha & digit).
- appendBinding(String, String) - Method in class org.restcomm.xcap.client.uri.NamespaceBindingsBuilder
-
- appendPathSegment(String) - Method in class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
-
- appendStepByAttr(String, String, String) - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
-
- appendStepByName(String) - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
-
- appendStepByPos(String, int) - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
-
- appendStepByPosAttr(String, int, String, String) - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
-
- AttributeSelectorBuilder - Class in org.restcomm.xcap.client.uri
-
- AttributeSelectorBuilder(String) - Constructor for class org.restcomm.xcap.client.uri.AttributeSelectorBuilder
-
- authority - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for authority.
- param - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for param (alias for pchar).
- path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
URI bitset that combines absolute path and opaque part.
- path_segments - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for path segments.
- pchar - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
BitSet for pchar.
- percent - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
The percent "%" character always has the reserved purpose of being the
escape indicator, it must be escaped as "%25" in order to be used as
data within a URI.
- port - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
-
Port, a logical alias for digit.
- put(URI, String, String, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- put(URI, String, byte[], Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- put(URI, String, byte[], Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri.
- put(URI, String, String, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri.
- putIfMatch(URI, String, String, String, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- putIfMatch(URI, String, String, byte[], Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- putIfMatch(URI, String, String, byte[], Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri, if the specified ETag matches the current one on the server.
- putIfMatch(URI, String, String, String, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri, if the specified ETag matches the current one on the server.
- putIfNoneMatch(URI, String, String, String, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- putIfNoneMatch(URI, String, String, byte[], Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
-
- putIfNoneMatch(URI, String, String, byte[], Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri, if the specified ETag does not matches the current one on the
server.
- putIfNoneMatch(URI, String, String, String, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
-
Puts the specified content in the XCAP Server, in the XCAP URI pointed by
the uri, if the specified ETag does not matches the current one on the
server.