List of usage examples for io.netty.util Mapping interface-usage
From source file com.chiorichan.http.ssl.SslManager.java
public class SslManager implements ServiceManager, Mapping<String, SslContext> { private static final Pattern DNS_WILDCARD_PATTERN = Pattern.compile("^\\*\\..*"); public static Log getLogger() { return AppManager.manager(SslManager.class).getLogger(); }