Uses of Enum Class
tigase.xmpp.StreamError
Packages that use StreamError
Package
Description
-
Uses of StreamError in tigase.server.bosh
Methods in tigase.server.bosh with parameters of type StreamErrorModifier and TypeMethodDescriptionvoid
BoshIOService.sendErrorAndStop
(Authorization errorCode, StreamError streamError, Packet packet, String errorMsg) -
Uses of StreamError in tigase.server.websocket
Methods in tigase.server.websocket with parameters of type StreamErrorModifier and TypeMethodDescriptionprotected String[]
WebSocketClientConnectionManager.prepareStreamError
(XMPPIOService<Object> serv, StreamError streamError, String hostname) -
Uses of StreamError in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type StreamErrorModifier and TypeMethodDescriptionvoid
StreamErrorCounterIOProcessor.ErrorStatisticsHolder.count
(StreamError val) protected String[]
ClientConnectionManager.prepareStreamError
(XMPPIOService<Object> serv, StreamError streamError, String hostname) void
RegistrationThrottlingProcessor.streamError
(XMPPIOService service, StreamError streamError) void
StreamErrorCounterIOProcessor.streamError
(XMPPIOService service, StreamError streamError) void
StreamManagementIOProcessor.streamError
(XMPPIOService service, StreamError streamErrorName) void
XMPPIOProcessor.streamError
(XMPPIOService service, StreamError streamError) Method called when XMPP stream error is about to be sent -
Uses of StreamError in tigase.server.xmppsession
Methods in tigase.server.xmppsession that return StreamErrorMethods in tigase.server.xmppsession with parameters of type StreamErrorConstructors in tigase.server.xmppsession with parameters of type StreamErrorModifierConstructorDescriptionDisconnectUserEBAction
(BareJID userJid, List<String> resources, StreamError error, String message) DisconnectUserEBAction
(BareJID userJid, StreamError error, String message) -
Uses of StreamError in tigase.xmpp
Methods in tigase.xmpp that return StreamErrorModifier and TypeMethodDescriptionstatic StreamError
StreamError.getByCondition
(String condition) static StreamError
Returns the enum constant of this class with the specified name.static StreamError[]
StreamError.values()
Returns an array containing the constants of this enum class, in the order they are declared.