Java java.net URLEncoder fields, constructors, methods, implement or subclass

Example usage for Java java.net URLEncoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net URLEncoder.

The text is from its open source code.

Method

Stringencode(String s, String enc)
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
Stringencode(String s, Charset charset)
Translates a string into application/x-www-form-urlencoded format using a specific java.nio.charset.Charset Charset .
Stringencode(String s)
Translates a string into x-www-form-urlencoded format.