public class BatchTransformatorCommon extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchTransformatorCommon.HttpRequestStatusLine |
static class |
BatchTransformatorCommon.HttpResponsetStatusLine |
| Constructor and Description |
|---|
BatchTransformatorCommon() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getContentLength(Header headers) |
static void |
validateContentTransferEncoding(Header headers,
boolean isChangeRequest) |
static void |
validateContentType(Header headers) |
static void |
validateHost(Header headers,
String baseUri) |
public static void validateContentType(Header headers) throws BatchException
BatchExceptionpublic static void validateContentTransferEncoding(Header headers, boolean isChangeRequest) throws BatchException
BatchExceptionpublic static int getContentLength(Header headers) throws BatchException
BatchExceptionpublic static void validateHost(Header headers, String baseUri) throws BatchException
BatchExceptionCopyright © 2020. All rights reserved.