public class AttachmentContentProcessor extends Object
| Constructor and Description |
|---|
AttachmentContentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processBodyContent(String content) |
void |
processCookiesContent(Map<String,String> data) |
void |
processHeadersContent(Map<String,String> data) |
public void processBodyContent(String content) throws IOException
IOExceptionpublic void processHeadersContent(Map<String,String> data) throws IOException
IOExceptionpublic void processCookiesContent(Map<String,String> data) throws IOException
IOExceptionCopyright © 2022. All rights reserved.