Uses of Enum Class
org.eblocker.server.common.session.UserAgentInfo
Packages that use UserAgentInfo
-
Uses of UserAgentInfo in org.eblocker.server.common.session
Methods in org.eblocker.server.common.session that return UserAgentInfoModifier and TypeMethodDescriptionstatic UserAgentInfoUserAgentInfo.getDefault()Session.getUserAgentInfo()SessionImpl.getUserAgentInfo()static UserAgentInfoReturns the enum constant of this class with the specified name.static UserAgentInfo[]UserAgentInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.session with parameters of type UserAgentInfoModifierConstructorDescriptionprotectedSessionImpl(String sessionId, String userAgent, IpAddress ip, String deviceId, Integer userId, UserAgentInfo userAgentInfo) -
Uses of UserAgentInfo in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return UserAgentInfo