All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zxbu.webdavteambition.handler.GetRequestHandlerHolder Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.zxbu.webdavteambition.handler;

import java.util.HashMap;
import java.util.Map;

public class GetRequestHandlerHolder {
    public static Map INSTANCE = new HashMap() {{
        put("thumbnail", new ThumbnailRequestHandler());
        put("preview", new PreviewRequestHandler());
        put("proxy", new ProxyDownloaderRequestHandler());
    }};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy