Uses of Enum Class
com.pushtechnology.diffusion.client.session.SessionAttributes.Transport
Packages that use SessionAttributes.Transport
-
Uses of SessionAttributes.Transport in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return SessionAttributes.TransportModifier and TypeMethodDescriptionstatic SessionAttributes.TransportReturns the enum constant of this class with the specified name.static SessionAttributes.Transport[]SessionAttributes.Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.session that return types with arguments of type SessionAttributes.TransportModifier and TypeMethodDescriptionSessionAttributes.getRequestedTransports()Returns the transports the session will use to connect to the server.Methods in com.pushtechnology.diffusion.client.session with parameters of type SessionAttributes.TransportModifier and TypeMethodDescriptionSessionFactory.transports(SessionAttributes.Transport... transports) Set the transports to use to connect the session to the server.