|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.message.internal.StringBuilderUtils
public class StringBuilderUtils
Internal string builder utilities for building HTTP header
values.
| Method Summary | |
|---|---|
static void |
appendEscapingQuotes(StringBuilder b,
String value)
Append a new value to the string builder. |
static void |
appendQuoted(StringBuilder b,
String value)
Append a new quoted value to the string builder. |
static void |
appendQuotedIfNonToken(StringBuilder b,
String value)
Append a new value to the string builder. |
static void |
appendQuotedIfWhitespace(StringBuilder b,
String value)
Append a new value to the string builder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void appendQuotedIfNonToken(StringBuilder b,
String value)
b - string builder to be updated.value - value to be appended.
public static void appendQuotedIfWhitespace(StringBuilder b,
String value)
b - string builder to be updated.value - value to be appended.
public static void appendQuoted(StringBuilder b,
String value)
b - string builder to be updated.value - value to be appended.
public static void appendEscapingQuotes(StringBuilder b,
String value)
b - string builder to be updated.value - value to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||