Package org.cyclos.server.utils
Interface UserAgentHandler
-
- All Known Implementing Classes:
UserAgentHandlerImpl
public interface UserAgentHandlerHandles parsing of user agent data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAgentInfoparse(RequestInfo request)Parses the request headers for user agent information
-
-
-
Method Detail
-
parse
UserAgentInfo parse(RequestInfo request)
Parses the request headers for user agent information
-
-