com.google.appengine.api.urlfetch Class Hierarchy (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
Class Hierarchy
- java.lang.Object
- <any>
- com.google.appengine.api.urlfetch.FetchOptions (implements java.io.Serializable)
- com.google.appengine.api.urlfetch.FetchOptions.Builder
- com.google.appengine.api.urlfetch.HTTPHeader (implements java.io.Serializable)
- com.google.appengine.api.urlfetch.HTTPRequest (implements java.io.Serializable)
- com.google.appengine.api.urlfetch.HTTPResponse (implements java.io.Serializable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- java.lang.RuntimeException
- com.google.appengine.api.urlfetch.URLFetchServiceFactory
Interface Hierarchy
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["The `com.google.appengine.api.urlfetch` package provides a class hierarchy that includes various classes like `FetchOptions`, `HTTPHeader`, `HTTPRequest`, and `HTTPResponse` for managing URL fetch operations."],["This package also defines an interface hierarchy, with `IURLFetchServiceFactory` and `URLFetchService` as key interfaces for creating and interacting with URL fetching services."],["The package includes an enum, `HTTPMethod`, for specifying the HTTP methods used in URL fetch requests, and it is a part of the Java `Enum` hierarchy."],["Various exception classes are part of this hierarchy, such as `InternalTransientException`, `RequestPayloadTooLargeException`, and `ResponseTooLargeException`, which handle different error scenarios."],["`URLFetchServiceFactory` is a relevant class in this package."]]],[]]