A C D E F G H I M N O P Q R S T U W X 

A

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.

C

clear() - Method in class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
control - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for control.
Credentials - Interface in org.restcomm.xcap.client.auth
This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity.
CredentialsFactory - Interface in org.restcomm.xcap.client.auth
The factory to build Credentials used in XCAP requests authentication.
CredentialsFactoryImpl - Class in org.restcomm.xcap.client.impl.auth
Implementation of CredentialsFactory.
CredentialsFactoryImpl() - Constructor for class org.restcomm.xcap.client.impl.auth.CredentialsFactoryImpl
 
CredentialsImpl - Class in org.restcomm.xcap.client.impl.auth
Implementation for the Credentials interface, extending the Apache UsernamePasswordCredentials.
CredentialsImpl(String, String) - Constructor for class org.restcomm.xcap.client.impl.auth.CredentialsImpl
 

D

delete(URI, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
delete(URI, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
Deletes the content related the specified XCAP URI uri.
deleteIfMatch(URI, String, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
deleteIfMatch(URI, String, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
Deletes the content related the specified XCAP URI uri, if the specified ETag matches the current one on the server.
deleteIfNoneMatch(URI, String, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
deleteIfNoneMatch(URI, String, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
Deletes the content related the specified XCAP URI uri, if the specified ETag does not matches the current one on the server.
delims - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for delims.
digit - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for digit.
disallowed_opaque_part - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Disallowed opaque_part before escaping.
disallowed_rel_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Disallowed rel_path before escaping.
DocumentSelectorBuilder - Class in org.restcomm.xcap.client.uri
 
DocumentSelectorBuilder() - Constructor for class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
 
domainlabel - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for domainlabel.

E

ElementSelectorBuilder - Class in org.restcomm.xcap.client.uri
Builds an XCAP URI's Element Selector, i.e., the component of the URI that selects a specific element in the target XML document.
ElementSelectorBuilder() - Constructor for class org.restcomm.xcap.client.uri.ElementSelectorBuilder
 
encodePath(String) - Static method in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoder
Encodes an HTTP URI Path.
encodeQuery(String) - Static method in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoder
Encodes an HTTP URI Query.
escaped - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for escaped.

F

fragment - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for fragment (alias for uric).

G

get(URI, Header[], Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
get(URI, Header[], Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
Retrieves the XML resource from the XCAP server, for the specified uri.
getBasicHeader(String, String) - Method in interface org.restcomm.xcap.client.header.HeaderFactory
Creates a new header from name and value.
getBasicHeader(String, String) - Method in class org.restcomm.xcap.client.impl.header.HeaderFactoryImpl
 
getCode() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
getCode() - Method in interface org.restcomm.xcap.client.XcapResponse
 
getContentAsString() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
getContentAsString() - Method in interface org.restcomm.xcap.client.XcapEntity
 
getContentEncoding() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
getContentEncoding() - Method in interface org.restcomm.xcap.client.XcapEntity
 
getContentLength() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
getContentLength() - Method in interface org.restcomm.xcap.client.XcapEntity
 
getContentType() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
getContentType() - Method in interface org.restcomm.xcap.client.XcapEntity
 
getCredentials() - Method in class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
getCredentials(AuthScope) - Method in class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
getCredentialsFactory() - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
getCredentialsFactory() - Method in interface org.restcomm.xcap.client.XcapClient
Retrieves the request authentication credentials factory.
getDocumentSelector() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
getElementSelector() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
getEntity() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
getEntity() - Method in interface org.restcomm.xcap.client.XcapResponse
 
getETag() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
getETag() - Method in interface org.restcomm.xcap.client.XcapResponse
 
getGlobalDocumentSelectorBuilder(String, String) - Static method in class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
 
getHeaderFactory() - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
getHeaderFactory() - Method in interface org.restcomm.xcap.client.XcapClient
Retrieves the request's header factory.
getHeaders() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
getHeaders() - Method in interface org.restcomm.xcap.client.XcapResponse
 
getHttpDigestCredentials(String, String) - Method in interface org.restcomm.xcap.client.auth.CredentialsFactory
Retrieves the credentials to be used in HTTP Digest authentication.
getHttpDigestCredentials(String, String) - Method in class org.restcomm.xcap.client.impl.auth.CredentialsFactoryImpl
 
getMimetype() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
getMimetype() - Method in interface org.restcomm.xcap.client.XcapResponse
 
getName() - Method in interface org.restcomm.xcap.client.header.Header
Retrieves the header name.
getName() - Method in class org.restcomm.xcap.client.impl.header.HeaderImpl
 
getNamespaceBindings() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
getPassword() - Method in interface org.restcomm.xcap.client.auth.Credentials
 
getPassword() - Method in class org.restcomm.xcap.client.impl.auth.CredentialsImpl
 
getRawContent() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
getRawContent() - Method in interface org.restcomm.xcap.client.XcapEntity
 
getSchemeAndAuthority() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
getTerminalSelector() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
getUserDocumentSelectorBuilder(String, String, String) - Static method in class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
 
getUserPrincipal() - Method in interface org.restcomm.xcap.client.auth.Credentials
 
getUserPrincipal() - Method in class org.restcomm.xcap.client.impl.auth.CredentialsImpl
 
getValue() - Method in interface org.restcomm.xcap.client.header.Header
Retrieves the header value.
getValue() - Method in class org.restcomm.xcap.client.impl.header.HeaderImpl
 
getWrappedCredentials() - Method in class org.restcomm.xcap.client.impl.auth.CredentialsImpl
 
getWrappedHeader() - Method in class org.restcomm.xcap.client.impl.header.HeaderImpl
 
getXcapRoot() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 

H

handleResponse(HttpResponse) - Method in class org.restcomm.xcap.client.impl.XcapResponseHandler
 
Header - Interface in org.restcomm.xcap.client.header
A HTTP header.
HEADER_ALLOW - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_AUTHORIZATION - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_CONTENT_LENGTH - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_CONTENT_TYPE - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_ETAG - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_HOST - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_IF_MATCH - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_IF_NONE_MATCH - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_WWW_AUTHENTICATE - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_X_3GPP_Asserted_Identity - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HEADER_X_XCAP_Asserted_Identity - Static variable in class org.restcomm.xcap.client.XcapConstant
 
HeaderFactory - Interface in org.restcomm.xcap.client.header
Factory to build Header instances.
HeaderFactoryImpl - Class in org.restcomm.xcap.client.impl.header
Implementation of the header factory.
HeaderFactoryImpl() - Constructor for class org.restcomm.xcap.client.impl.header.HeaderFactoryImpl
 
HeaderImpl - Class in org.restcomm.xcap.client.impl.header
Implementation for the Header interface, extending the Apache BasicHeader.
HeaderImpl(String, String) - Constructor for class org.restcomm.xcap.client.impl.header.HeaderImpl
 
HeaderImpl(Header) - Constructor for class org.restcomm.xcap.client.impl.header.HeaderImpl
 
hex - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for hex.
hier_part - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for hier_part.
host - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for host.
hostname - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for hostname.
hostport - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for hostport.

I

IPv4address - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Bitset that combines digit and dot fo IPv$address.
IPv6address - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
RFC 2373.
IPv6reference - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
RFC 2732, 2373.
isChunked() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
isChunked() - Method in interface org.restcomm.xcap.client.XcapEntity
 

M

mark - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for mark.

N

NamespaceBindingsBuilder - Class in org.restcomm.xcap.client.uri
 
NamespaceBindingsBuilder() - Constructor for class org.restcomm.xcap.client.uri.NamespaceBindingsBuilder
 
NamespaceSelectorBuilder - Class in org.restcomm.xcap.client.uri
 
NamespaceSelectorBuilder() - Constructor for class org.restcomm.xcap.client.uri.NamespaceSelectorBuilder
 
net_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for net_path.

O

opaque_part - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
URI bitset that combines uric_no_slash and uric.
org.restcomm.xcap.client - package org.restcomm.xcap.client
 
org.restcomm.xcap.client.auth - package org.restcomm.xcap.client.auth
 
org.restcomm.xcap.client.header - package org.restcomm.xcap.client.header
 
org.restcomm.xcap.client.impl - package org.restcomm.xcap.client.impl
 
org.restcomm.xcap.client.impl.auth - package org.restcomm.xcap.client.impl.auth
 
org.restcomm.xcap.client.impl.header - package org.restcomm.xcap.client.impl.header
 
org.restcomm.xcap.client.uri - package org.restcomm.xcap.client.uri
 
org.restcomm.xcap.client.uri.encoding - package org.restcomm.xcap.client.uri.encoding
 

P

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.

Q

query - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for query (alias for uric).

R

reg_name - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for reg_name.
rel_path - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for rel_path.
rel_segment - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for rel_segment.
relativeURI - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for relativeURI.
REQUEST_METHOD_DELETE - Static variable in class org.restcomm.xcap.client.XcapConstant
 
REQUEST_METHOD_GET - Static variable in class org.restcomm.xcap.client.XcapConstant
 
REQUEST_METHOD_PUT - Static variable in class org.restcomm.xcap.client.XcapConstant
 
reserved - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for reserved.

S

scheme - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for scheme.
segment - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for segment.
server - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Bitset for server.
setAuthenticationCredentials(Credentials) - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
setAuthenticationCredentials(Credentials) - Method in interface org.restcomm.xcap.client.XcapClient
Sets the global authentication credentials, those will be used when there are no credentials for the request.
setCredentials(Credentials) - Method in class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
setCredentials(AuthScope, Credentials) - Method in class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
setDocumentSelector(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
setElementSelector(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
setNamespaceBindings(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
setSchemeAndAuthority(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
setTerminalSelector(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
setXcapRoot(String) - Method in class org.restcomm.xcap.client.uri.UriBuilder
 
shutdown() - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
shutdown() - Method in interface org.restcomm.xcap.client.XcapClient
Shutdown the client.
SingleCredentialsProvider - Class in org.restcomm.xcap.client.impl.auth
CredentialsProvider that has just one credentials applied to any host.
SingleCredentialsProvider() - Constructor for class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
SingleCredentialsProvider(Credentials) - Constructor for class org.restcomm.xcap.client.impl.auth.SingleCredentialsProvider
 
space - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for space.

T

toPercentEncodedString() - Method in class org.restcomm.xcap.client.uri.AttributeSelectorBuilder
 
toPercentEncodedString() - Method in class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
 
toPercentEncodedString() - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
 
toPercentEncodedString() - Method in class org.restcomm.xcap.client.uri.NamespaceBindingsBuilder
 
toPercentEncodedString() - Method in class org.restcomm.xcap.client.uri.NamespaceSelectorBuilder
 
toplabel - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for toplabel.
toString() - Method in class org.restcomm.xcap.client.impl.header.HeaderImpl
 
toString() - Method in class org.restcomm.xcap.client.impl.XcapEntityImpl
 
toString() - Method in class org.restcomm.xcap.client.impl.XcapResponseImpl
 
toString() - Method in class org.restcomm.xcap.client.uri.AttributeSelectorBuilder
 
toString() - Method in class org.restcomm.xcap.client.uri.DocumentSelectorBuilder
 
toString() - Method in class org.restcomm.xcap.client.uri.ElementSelectorBuilder
 
toString() - Method in class org.restcomm.xcap.client.uri.NamespaceBindingsBuilder
 
toString() - Method in class org.restcomm.xcap.client.uri.NamespaceSelectorBuilder
 
toURI() - Method in class org.restcomm.xcap.client.uri.UriBuilder
 

U

unreserved - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Data characters that are allowed in a URI but do not have a reserved purpose are called unreserved.
unsetAuthenticationCredentials() - Method in class org.restcomm.xcap.client.impl.XcapClientImpl
 
unsetAuthenticationCredentials() - Method in interface org.restcomm.xcap.client.XcapClient
Unsets the authentication credentials.
unwise - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for unwise.
URI_reference - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for URI-reference.
UriBuilder - Class in org.restcomm.xcap.client.uri
 
UriBuilder() - Constructor for class org.restcomm.xcap.client.uri.UriBuilder
 
uric - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for uric.
uric_no_slash - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
URI bitset for encoding typical non-slash characters.
UriComponentEncoder - Class in org.restcomm.xcap.client.uri.encoding
 
UriComponentEncoder() - Constructor for class org.restcomm.xcap.client.uri.encoding.UriComponentEncoder
 
UriComponentEncoderBitSets - Class in org.restcomm.xcap.client.uri.encoding
 
UriComponentEncoderBitSets() - Constructor for class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
 
userinfo - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
Bitset for userinfo.
UTF8_CHARSET - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoder
 

W

within_userinfo - Static variable in class org.restcomm.xcap.client.uri.encoding.UriComponentEncoderBitSets
BitSet for within the userinfo component like user and password.

X

XcapClient - Interface in org.restcomm.xcap.client
 
XcapClientImpl - Class in org.restcomm.xcap.client.impl
Impl of the XcapClient.
XcapClientImpl() - Constructor for class org.restcomm.xcap.client.impl.XcapClientImpl
 
XcapConstant - Class in org.restcomm.xcap.client
 
XcapConstant() - Constructor for class org.restcomm.xcap.client.XcapConstant
 
XcapEntity - Interface in org.restcomm.xcap.client
 
XcapEntityImpl - Class in org.restcomm.xcap.client.impl
 
XcapEntityImpl(HttpEntity) - Constructor for class org.restcomm.xcap.client.impl.XcapEntityImpl
 
XcapResponse - Interface in org.restcomm.xcap.client
 
XcapResponseHandler - Class in org.restcomm.xcap.client.impl
 
XcapResponseHandler() - Constructor for class org.restcomm.xcap.client.impl.XcapResponseHandler
 
XcapResponseImpl - Class in org.restcomm.xcap.client.impl
 
XcapResponseImpl(int, String, String, Header[], XcapEntity) - Constructor for class org.restcomm.xcap.client.impl.XcapResponseImpl
 
A C D E F G H I M N O P Q R S T U W X 

Copyright © 2017. All rights reserved.