Lines Matching full:server
36 * Configuration to use while establishing the connection to the server. It is possible to
38 * enable or disable all or some of the checkings done while verifying server certificates.<p>
47 * Hostname of the XMPP server. Usually servers use the same service name as the name
48 * of the server. However, there are some servers like google where host would be
103 * @param serviceName the name of the service provided by an XMPP server.
124 * @param serviceName the name of the service provided by an XMPP server.
137 * constructor. For example, say that an XMPP server is running at localhost
140 * to the server in that case since a DNS SRV lookup for example.com would not
141 * point to the local testing server.
143 * @param host the host where the XMPP server is running.
145 * @param serviceName the name of the service provided by an XMPP server.
156 * constructor. For example, say that an XMPP server is running at localhost
159 * to the server in that case since a DNS SRV lookup for example.com would not
160 * point to the local testing server.
162 * @param host the host where the XMPP server is running.
164 * @param serviceName the name of the service provided by an XMPP server.
176 * @param host the host where the XMPP server is running.
188 * @param host the host where the XMPP server is running.
222 * Sets the server name, also known as XMPP domain of the target server.
224 * @param serviceName the XMPP domain of the target server.
231 * Returns the server name of the target server.
233 * @return the server name of the target server.
347 * certificates that may be used to authenticate the client to the server,
348 * in the event the server requests or requires it.
358 * certificates that may be used to authenticate the client to the server,
359 * in the event the server requests or requires it.
407 * Returns true if the whole chain of certificates presented by the server are going to
410 * @return true if the whole chaing of certificates presented by the server are going to
418 * Sets if the whole chain of certificates presented by the server are going to
421 * @param verifyChainEnabled if the whole chaing of certificates presented by the server
467 * Returns true if certificates presented by the server are going to be checked for their
470 * @return true if certificates presented by the server are going to be checked for their
478 * Sets if certificates presented by the server are going to be checked for their
481 * @param expiredCertificatesCheckEnabled if certificates presented by the server are going
489 * Returns true if certificates presented by the server are going to be checked for their
492 * @return true if certificates presented by the server are going to be checked for their
500 * Sets if certificates presented by the server are going to be checked for their
503 * @param notMatchingDomainCheckEnabled if certificates presented by the server are going
531 * will be requested after TLS was established (if TLS was enabled) and only if the server
543 * will be requested after TLS was established (if TLS was enabled) and only if the server
555 * server. If SASL authenticatin fails then the client will try to use non-sasl authentication.
559 * server.
567 * server. If SASL authenticatin fails then the client will try to use non-sasl authentication.
571 * logging into the server.
627 * Sets if an initial available presence will be sent to the server. By default
628 * an available presence will be sent to the server indicating that this presence
639 * Returns true if the roster will be loaded from the server when logging in. This
643 * @return true if the roster will be loaded from the server when logging in.
650 * Sets if the roster will be loaded from the server when logging in. This
654 * @param rosterLoadedAtLogin if the roster will be loaded from the server when logging in.
702 * to the XMPP server.
707 * Securirty via TLS encryption is required in order to connect. If the server
708 * does not offer TLS or if the TLS negotiaton fails, the connection to the server
721 * be used. If only TLS encryption is available from the server, the connection
728 * Returns the username to use when trying to reconnect to the server.
730 * @return the username to use when trying to reconnect to the server.
737 * Returns the password to use when trying to reconnect to the server.
739 * @return the password to use when trying to reconnect to the server.
746 * Returns the resource to use when trying to reconnect to the server.
748 * @return the resource to use when trying to reconnect to the server.