Uses of Interface
com.pushtechnology.diffusion.client.session.Session
Packages that use Session
-
Uses of Session in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return SessionModifier and TypeMethodDescriptionFeature.getSession()This returns the session that the feature applies to.SessionFactory.open()Open a connection to a server and request a new session.Open a connection to a server and request a new client session.Methods in com.pushtechnology.diffusion.client.session that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionFactory.openAsync()Open a connection to a server and request a new session.Open a connection to a server and request a new session.Methods in com.pushtechnology.diffusion.client.session with parameters of type SessionModifier and TypeMethodDescriptionvoidSession.ErrorHandler.Default.onError(Session session, Session.SessionError error) voidSession.ErrorHandler.onError(Session session, Session.SessionError error) Called when an error has occurred.voidSession.Listener.Default.onSessionStateChanged(Session session, Session.State oldState, Session.State newState) voidSession.Listener.onSessionStateChanged(Session session, Session.State oldState, Session.State newState) Called whenever the state of a session changes.