Package google.registry.request
@ParametersAreNonnullByDefault
package google.registry.request
-
ClassDescriptionAnnotation for
Runnable
actions accepting HTTP requests fromRequestHandler
.HTTP methods recognized by the request processor.Helper methods for working with@Action
-annotated classes.Dagger qualifier for the HTTP servlet path, prepended with scheme, host and port.Dagger qualifier for HTTP headers.Base for exceptions that cause an HTTP error response.Exception that causes a 400 response.Exception that causes a 409 response.Exception that causes a 403 response.Exception that causes a 500 response.Exception that causes a 405 response.Exception that causes a 204 response.Exception that causes a 404 response.Exception that causes a 501 response.Exception that causes a 304 response.Exception that causes a 503 response.Exception that causes a 422 response.Exception that causes a 415 response.Runner for actions that read and write JSON objects.Interface for actions that read and write JSON objects.Dagger qualifier for the HTTP request payload as parsed JSON.JSON response object.Dagger modules for App Engine services and other vendor classes.Dagger module that causes the Google GSON parser to be used for Google APIs requests.Dagger module that provides standardNetHttpTransport
.Dagger module forUrlConnectionService
.Dagger qualifier for the HTTP request payload as parsed JSON wrapped in Optional.Dagger qualifier for HTTP parameters.Dagger qualifier forImmutableListMultimap
of HTTP params.Dagger qualifier for the HTTP request payload.Builder interface for request components.Dagger-based request processor.Dagger qualifier for the HTTP request method.Dagger module for servlets.Utilities for extracting parameters from HTTP requests.Dagger qualifier for the HTTP request path.Dagger annotation for request-scoped components that depend on a global component.Dagger qualifier for the HTTP request URL.HTTP request response object.HTTP response object.Utility class to help in dumping routing maps.Functional interface for opening a connection from a URL, injectable for testing.Utilities for common functionality relating toURLConnection
s.