Uses of Class
be.unamur.inference.web.UserRequest

Packages that use UserRequest
be.unamur.inference.web   
be.unamur.inference.web.apache   
 

Uses of UserRequest in be.unamur.inference.web
 

Classes in be.unamur.inference.web with type parameters of type UserRequest
 class RegExpUserRequestFilter<T extends UserRequest>
          This class is used to filter UserRequest based on their client, resource, request type and time values.
 interface UserRequestFilter<T extends UserRequest>
          Defines methods to filter the UserRequest of type T.
 class UserSession<T extends UserRequest>
          Represents a sequence of UserRequests.
 class UserSessionBuilder<T extends UserSession<U>,U extends UserRequest>
          Represents an abstract UserSessionBuilder.
 interface UserSessionProcessor<T extends UserSession<? extends UserRequest>>
          Interface declaring methods to process the sessions built by a UserSessionBuilder object.
 

Uses of UserRequest in be.unamur.inference.web.apache
 

Subclasses of UserRequest in be.unamur.inference.web.apache
 class ApacheUserRequest
          This class represent a UserRequest as recorded by Apache in Apache web logs (see http://httpd.apache.org/docs/ for the different log formats and their contents).
 



Copyright © 2014 PReCISE, University of Namur. All rights reserved.