public interface ContentHandler<T>
MultipartContentHandler is nothing but a wrapper around the content
bytes; it simplifies access interface to the content bytes.
The handler instances are expected to be stateful and NOT thread-safe
| Modifier and Type | Method and Description |
|---|---|
T |
getContent() |
T getContent()
Copyright © 2019. All rights reserved.