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 TypeMethodDescriptionvoidBoshIOService.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 TypeMethodDescriptionvoidStreamErrorCounterIOProcessor.ErrorStatisticsHolder.count(StreamError val) protected String[]ClientConnectionManager.prepareStreamError(XMPPIOService<Object> serv, StreamError streamError, String hostname) voidRegistrationThrottlingProcessor.streamError(XMPPIOService service, StreamError streamError) voidStreamErrorCounterIOProcessor.streamError(XMPPIOService service, StreamError streamError) voidStreamManagementIOProcessor.streamError(XMPPIOService service, StreamError streamErrorName) voidXMPPIOProcessor.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
Subclasses with type arguments of type StreamError in tigase.xmppMethods in tigase.xmpp that return StreamErrorModifier and TypeMethodDescriptionstatic StreamErrorStreamError.getByCondition(String condition) static StreamErrorReturns 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.