Uses of Class
com.microsoft.azure.management.network.HTTPHeader
Packages that use HTTPHeader
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of HTTPHeader in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return HTTPHeaderModifier and TypeMethodDescriptionSet the name in HTTP header.Set the value in HTTP header.Methods in com.microsoft.azure.management.network that return types with arguments of type HTTPHeaderModifier and TypeMethodDescriptionHTTPConfiguration.headers()
Get list of HTTP headers.ConnectionMonitorHttpConfiguration.requestHeaders()
Get the HTTP headers to transmit with the request.Method parameters in com.microsoft.azure.management.network with type arguments of type HTTPHeaderModifier and TypeMethodDescriptionHTTPConfiguration.withHeaders
(List<HTTPHeader> headers) Set list of HTTP headers.ConnectionMonitorHttpConfiguration.withRequestHeaders
(List<HTTPHeader> requestHeaders) Set the HTTP headers to transmit with the request.