Java io.netty.handler.codec.base64 Base64Dialect fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.base64 Base64Dialect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.base64 Base64Dialect.

The text is from its open source code.

Field

Base64DialectSTANDARD
Standard Base64 encoding as described in the Section 3 of RFC3548.
Base64DialectURL_SAFE
Base64-like encoding that is URL-safe as described in the Section 4 of RFC3548.