| Package | Description | 
|---|---|
| org.openqa.jetty.http | |
| org.openqa.jetty.http.handler | |
| org.openqa.jetty.jetty | |
| org.openqa.jetty.jetty.servlet | |
| org.openqa.jetty.util | |
| org.openqa.selenium.server | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Resource | ResourceCache.ResourceMetaData. _resource | 
| Modifier and Type | Method and Description | 
|---|---|
| Resource | ResourceCache. getBaseResource()Get the base resource. | 
| Resource | HttpContext. getBaseResource() | 
| Resource | ResourceCache. getResource(String pathInContext)Get a resource from the context. | 
| Resource | HttpContext. getResource(String pathInContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpContext. addClassPaths(Resource lib)Add elements to the class path for the context from the jar and zip files found
  in the specified resource. | 
| ResourceCache.ResourceMetaData | ResourceCache. getResourceMetaData(Resource resource)Get Resource MetaData. | 
| ResourceCache.ResourceMetaData | HttpContext. getResourceMetaData(Resource resource) | 
| String | HttpContext. getWelcomeFile(Resource resource) | 
| void | ResourceCache. setBaseResource(Resource base)Set the base resource. | 
| void | HttpContext. setBaseResource(Resource base) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Resource | ResourceHandler. getResource(String pathInContext)get Resource to serve. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceHandler. handleGet(HttpRequest request,
         HttpResponse response,
         String pathInContext,
         String pathParams,
         Resource resource) | 
| void | ResourceHandler. sendData(HttpRequest request,
        HttpResponse response,
        String pathInContext,
        Resource resource,
        boolean writeHeaders) | 
| void | ResourceHandler. writeHeaders(HttpResponse response,
            Resource resource,
            long count) | 
| Constructor and Description | 
|---|
| Server(Resource configuration)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Resource | Default. getResource(String pathInContext)get Resource to serve. | 
| Resource | WebApplicationContext. getResource(String uriInContext) | 
| Resource | WebApplicationContext. getWebInf() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Default. handleDelete(javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.HttpServletResponse response,
            String pathInContext,
            Resource resource) | 
| void | Default. handleGet(javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response,
         String pathInContext,
         Resource resource,
         boolean endsWithSlash) | 
| void | Default. handleMove(javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response,
          String pathInContext,
          Resource resource) | 
| void | Default. handlePut(javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response,
         String pathInContext,
         Resource resource) | 
| protected boolean | Default. passConditionalHeaders(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response,
                      Resource resource) | 
| protected void | Default. sendData(javax.servlet.http.HttpServletRequest request,
        javax.servlet.http.HttpServletResponse response,
        String pathInContext,
        Resource resource) | 
| protected void | Default. sendDirectory(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response,
             Resource resource,
             boolean parent) | 
| protected void | Default. writeHeaders(javax.servlet.http.HttpServletResponse response,
            Resource resource,
            long count) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachedResourceCached resource class. | 
| class  | FileResourceFile Resource. | 
| class  | JarResource | 
| class  | URLResourceAbstract resource class. | 
| Modifier and Type | Method and Description | 
|---|---|
| Resource | CachedResource. addPath(String path)Returns the resource contained inside the current resource with the
 given name | 
| Resource | FileResource. addPath(String path) | 
| Resource | URLResource. addPath(String path)Returns the resource contained inside the current resource with the
 given name | 
| abstract Resource | Resource. addPath(String path)Returns the resource contained inside the current resource with the
 given name. | 
| static Resource | Resource. newResource(String resource)Construct a resource from a string. | 
| static Resource | Resource. newResource(URL url)Construct a resource from a url. | 
| static Resource | Resource. newSystemResource(String resource)Construct a system resource from a string. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | JarResource. extract(Resource resource,
       File directory,
       boolean deleteOnExit) | 
| boolean | CachedResource. renameTo(Resource dest)Rename the given resource | 
| boolean | FileResource. renameTo(Resource dest)Rename the given resource | 
| boolean | URLResource. renameTo(Resource dest)Rename the given resource | 
| abstract boolean | Resource. renameTo(Resource dest)Rename the given resource | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassPathResourceRepresents resource file off of the classpath. | 
| class  | FutureFileResourceFuture File Resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| Resource | ClassPathResource. addPath(String pathParm) | 
| Resource | FutureFileResource. addPath(String path) | 
| Resource | FsResourceLocator. getResource(HttpContext context,
           String pathInContext) | 
| Resource | ClasspathResourceLocator. getResource(HttpContext context,
           String pathInContext) | 
| Resource | ResourceLocator. getResource(HttpContext context,
           String pathInContext) | 
| protected Resource | StaticContentHandler. getResource(String pathInContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ClassPathResource. renameTo(Resource dest) | 
| boolean | FutureFileResource. renameTo(Resource dest)Rename the given resource | 
| void | StaticContentHandler. sendData(HttpRequest request,
        HttpResponse response,
        String pathInContext,
        Resource resource,
        boolean writeHeaders) | 
Copyright © 2013. All rights reserved.