Java com.amazonaws.util SdkHttpUtils fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.util SdkHttpUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.util SdkHttpUtils.

The text is from its open source code.

Method

StringurlEncode(final String value, final boolean path)
Encode a string for use in the path of a URL; uses URLEncoder.encode, (which encodes a string for use in the query portion of a URL), then applies some postfilters to fix things up per the RFC.