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 TypeMethodDescriptionvoid
Session.ErrorHandler.Default.onError
(Session session, Session.SessionError error) void
Session.ErrorHandler.onError
(Session session, Session.SessionError error) Called when an error has occurred.void
Session.Listener.Default.onSessionStateChanged
(Session session, Session.State oldState, Session.State newState) void
Session.Listener.onSessionStateChanged
(Session session, Session.State oldState, Session.State newState) Called whenever the state of a session changes.