public class MultipartWriterProvider extends Object
| Constructor and Description |
|---|
MultipartWriterProvider() |
| Modifier and Type | Method and Description |
|---|---|
Optional<AbstractMultipartWriter> |
lookup(MultipartType type)
Lookup statistics writer.
|
void |
register(MultipartType type,
AbstractMultipartWriter writer)
Register statistics writer.
|
public void register(MultipartType type, AbstractMultipartWriter writer)
type - the writer typewriter - the writer instancepublic Optional<AbstractMultipartWriter> lookup(MultipartType type)
type - the writer typeCopyright © 2019 OpenDaylight. All rights reserved.