| Package | Description |
|---|---|
| rocks.xmpp.core.stream.model |
Provides XML schema implementations of the Stream Namespace, like Stream Features.
|
| rocks.xmpp.core.stream.model.errors |
Provides XML schema implementations of the Stream Error Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
StreamError.getCondition()
Gets the defined stream error condition.
|
| Constructor and Description |
|---|
StreamError(Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadFormat
The implementation of the
<bad-format/> stream error. |
class |
BadNamespacePrefix
The implementation of the
<bad-namespace-prefix/> stream error. |
class |
Conflict
The implementation of the
<conflict/> stream error. |
class |
ConnectionTimeout
The implementation of the
<connection-timeout/> stream error. |
class |
HostGone
The implementation of the
<host-gone/> stream error. |
class |
HostUnknown
The implementation of the
<host-unknown/> stream error. |
class |
ImproperAddressing
The implementation of the
<improper-addressing/> stream error. |
class |
InternalServerError
The implementation of the
<internal-server-error/> stream error. |
class |
InvalidFrom
The implementation of the
<invalid-from/> stream error. |
class |
InvalidNamespace
The implementation of the
<invalid-namespace/> stream error. |
class |
InvalidXml
The implementation of the
<invalid-xml/> stream error. |
class |
NotAuthorized
The implementation of the
<not-authorized/> stream error. |
class |
NotWellFormed
The implementation of the
<not-well-formed/> stream error. |
class |
PolicyViolation
The implementation of the
<policy-violation/> stream error. |
class |
RemoteConnectionFailed
The implementation of the
<remote-connection-failed/> stream error. |
class |
Reset
The implementation of the
<reset/> stream error. |
class |
ResourceConstraint
The implementation of the
<resource-constraint/> stream error. |
class |
RestrictedXml
The implementation of the
<restricted-xml/> stream error. |
class |
SeeOtherHost
The implementation of the
<see-other-host/> stream error. |
class |
SystemShutdown
The implementation of the
<system-shutdown/> stream error. |
class |
UndefinedCondition
The implementation of the
<bad-format/> stream error. |
class |
UnsupportedEncoding
The implementation of the
<unsupported-encoding/> stream error. |
class |
UnsupportedFeature
The implementation of the
<unsupported-feature/> stream error. |
class |
UnsupportedStanzaType
The implementation of the
<unsupported-stanza-type/> stream error. |
class |
UnsupportedVersion
The implementation of the
<unsupported-version/> stream error. |
Copyright © 2014 XMPP.rocks. All rights reserved.