public final class PathSegmentCodec extends Object
This does the URI encoding and decoding roughly twice as fast as URLEncoder and
URLDecoder.
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String str) |
static String |
encode(String str) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.