Uses of Class
com.suse.salt.netapi.exception.SaltException
Packages that use SaltException
Package
Description
-
Uses of SaltException in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that throw SaltExceptionModifier and TypeMethodDescriptionSaltClient.events(Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint. -
Uses of SaltException in com.suse.salt.netapi.client.impl
Methods in com.suse.salt.netapi.client.impl that return SaltExceptionModifier and TypeMethodDescriptionprivate SaltExceptionHttpAsyncClientImpl.createSaltException(org.apache.http.HttpResponse response) Create the appropriate exception for the given HTTP response. -
Uses of SaltException in com.suse.salt.netapi.event
Methods in com.suse.salt.netapi.event that throw SaltExceptionModifier and TypeMethodDescriptionprivate voidWebSocketEventStream.initializeStream(URI uri, Token token, long sessionIdleTimeout, long idleTimeout) Connect the WebSocket to the server pointing to /ws/{token} to receive events.Constructors in com.suse.salt.netapi.event that throw SaltExceptionModifierConstructorDescriptionWebSocketEventStream(URI uri, Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Constructor used to create an event stream: open a websocket connection and start event processing. -
Uses of SaltException in com.suse.salt.netapi.exception
Subclasses of SaltException in com.suse.salt.netapi.exceptionModifier and TypeClassDescriptionclassException to be thrown in case of a websocket message exceeding the configurable maximum message length.classException for when a user is logged in but not allowed access to the requested resource. -
Uses of SaltException in com.suse.salt.netapi.utils
Methods in com.suse.salt.netapi.utils that throw SaltException