Uses of Package
com.azure.core.http
Packages that use com.azure.core.http
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access
to Azure services from Java applications.
This package contains the core exception classes used throughout the Azure SDKs.
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the HttpPipelinePolicy interface and its implementations.
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing core utility classes.
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
Package containing interfaces describing serialization and deserialization contract.
-
Classes in com.azure.core.http used by com.azure.core.client.traitsClassDescriptionA generic interface for sending HTTP requests and getting responses.The HTTP pipeline through which HTTP requests and responses flow.
-
Classes in com.azure.core.http used by com.azure.core.credential
-
Classes in com.azure.core.http used by com.azure.core.exceptionClassDescriptionRepresents an outgoing HTTP request.Represents an incoming HTTP response.
-
Classes in com.azure.core.http used by com.azure.core.httpClassDescriptionA generic interface for sending HTTP requests and getting responses.Represents a single header within an HTTP request or response.Represents HTTP header names for multiple versions of HTTP.Represents a collection of headers on an HTTP request or response.Represents the HTTP methods that can be used in a request.The HTTP pipeline through which HTTP requests and responses flow.This class provides a fluent builder API to help aid the configuration and instantiation of the
HttpPipeline, callingbuildconstructs an instance of the pipeline.Represents the context for a single HTTP request in the HTTP pipeline.A class that invokes the next policy in the HTTP pipeline.A class that invokes the next policy in the HTTP pipeline in a synchronous manner.Enum representing the position in anHttpPipelineto place anHttpPipelinePolicy.Represents an outgoing HTTP request.Represents an incoming HTTP response.Specifies HTTP options for conditional requests based on ETag matching.Represents the proxy configuration to be used in HTTP clients.The type of the proxy.Specifies HTTP options for conditional requests based on modification time and ETag matching. -
Classes in com.azure.core.http used by com.azure.core.http.policyClassDescriptionRepresents HTTP header names for multiple versions of HTTP.Represents a collection of headers on an HTTP request or response.Represents the HTTP methods that can be used in a request.Represents the context for a single HTTP request in the HTTP pipeline.A class that invokes the next policy in the HTTP pipeline.A class that invokes the next policy in the HTTP pipeline in a synchronous manner.Enum representing the position in an
HttpPipelineto place anHttpPipelinePolicy.Represents an outgoing HTTP request.Represents an incoming HTTP response. -
Classes in com.azure.core.http used by com.azure.core.http.restClassDescriptionRepresents HTTP header names for multiple versions of HTTP.Represents a collection of headers on an HTTP request or response.The HTTP pipeline through which HTTP requests and responses flow.Represents an outgoing HTTP request.Represents an incoming HTTP response.
-
Classes in com.azure.core.http used by com.azure.core.utilClassDescriptionAn interface to be implemented by any azure-core plugin that wishes to provide an alternate
HttpClientimplementation.Represents a collection of headers on an HTTP request or response.Represents the proxy configuration to be used in HTTP clients. -
Classes in com.azure.core.http used by com.azure.core.util.pollingClassDescriptionRepresents HTTP header names for multiple versions of HTTP.The HTTP pipeline through which HTTP requests and responses flow.
-
Classes in com.azure.core.http used by com.azure.core.util.serializer