|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.http.util.HttpUtils
public class HttpUtils
Utility class.
| Constructor Summary | |
|---|---|
HttpUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
filter(java.lang.String message)
Filter the specified message string for characters that are sensitive in HTML. |
static void |
longToBuffer(long value,
Buffer buffer)
Converts the specified long as a string representation to the provided buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpUtils()
| Method Detail |
|---|
public static void longToBuffer(long value,
Buffer buffer)
Long.toString()
value - the long to convert.buffer - the buffer to write the conversion result to.public static java.lang.String filter(java.lang.String message)
message - The message string to be filtered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||