public class HttpUtils extends Object
| Constructor and Description |
|---|
HttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findBytes(ByteBuffer byteBuffer,
byte[] b)
Specialized utility method: find a sequence of lower case bytes inside
a
ByteBuffer. |
static String |
getErrorPage(String serverName,
String message,
String errorCode) |
public static int findBytes(ByteBuffer byteBuffer, byte[] b)
ByteBuffer.Copyright © 2019. All rights reserved.