Uses of Class
org.xiruss.xirussrepository.server.jetty.XirussHttpHandlerBase

Packages that use XirussHttpHandlerBase
org.xiruss.xirussrepository.server.jetty.apiserver Implements the Xiruss HTTP API handler and repository-object-type specific Jetty Resources that manage the translation of specific Xiruss Repository objects into HTTP actions that result in XML API response messages (i.e., the data contents of a version or a list of resources or whatever. 
org.xiruss.xirussrepository.server.jetty.viewer Implements the Xiruss HTTP "viewer" server, that is the server that allows direct access to repository resources for "viewing", including access to version contents via a direct and obvious URL (i.e., the version ID in any conetext or resource ID within a snapshot context. 
 

Uses of XirussHttpHandlerBase in org.xiruss.xirussrepository.server.jetty.apiserver
 

Subclasses of XirussHttpHandlerBase in org.xiruss.xirussrepository.server.jetty.apiserver
 class XirussHttpApiHandler
          Handles HTTP requests for repository resources.
 

Uses of XirussHttpHandlerBase in org.xiruss.xirussrepository.server.jetty.viewer
 

Subclasses of XirussHttpHandlerBase in org.xiruss.xirussrepository.server.jetty.viewer
 class XirussHttpHandler
          Handles HTTP requests for repository resources.