|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.jaxmpp.core.client.ConnectionConfiguration
tigase.jaxmpp.j2se.ConnectionConfiguration
public class ConnectionConfiguration
Connection configuration object.
| Nested Class Summary | |
|---|---|
static class |
ConnectionConfiguration.ConnectionType
|
| Field Summary |
|---|
| Fields inherited from class tigase.jaxmpp.core.client.ConnectionConfiguration |
|---|
sessionObject |
| Method Summary | |
|---|---|
void |
setBoshService(String boshService)
Set BOSH Service URL. |
void |
setConnectionType(ConnectionConfiguration.ConnectionType connectionType)
Set connection type. |
void |
setDisableTLS(boolean disabled)
Enable or disable TLS usage. |
void |
setPort(int port)
Set server port. |
void |
setServer(String server)
Set server hostname. |
void |
setUseSASL(boolean useSASL)
Enable o disable SASL. |
| Methods inherited from class tigase.jaxmpp.core.client.ConnectionConfiguration |
|---|
setCredentialsCallback, setDomain, setResource, setUserJID, setUserJID, setUserPassword |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setBoshService(String boshService)
bosh.
boshService - BOSH service URLpublic void setConnectionType(ConnectionConfiguration.ConnectionType connectionType)
connectionType - connection typepublic void setDisableTLS(boolean disabled)
disabled - true is TLS should be disabled.public void setPort(int port)
port - public void setServer(String server)
server - hostnamepublic void setUseSASL(boolean useSASL)
true.
useSASL - false is only non-SASL authentication (XEP-0078)
should be available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||