Uses of Package
org.xiruss.xirussrepository.server.jetty

Packages that use org.xiruss.xirussrepository.server.jetty
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. 
 

Classes in org.xiruss.xirussrepository.server.jetty used by org.xiruss.xirussrepository.server.jetty.apiserver
XirussHttpHandlerBase
           
XirussUrlVisitor
          Visits a XIRUSS URL path and returns the appropriate XirussResource resource.
 

Classes in org.xiruss.xirussrepository.server.jetty used by org.xiruss.xirussrepository.server.jetty.viewer
XirussHttpHandlerBase
           
XirussUrlVisitor
          Visits a XIRUSS URL path and returns the appropriate XirussResource resource.