Example usage for io.netty.util Mapping interface-usage

List of usage examples for io.netty.util Mapping interface-usage

Introduction

In this page you can find the example usage for io.netty.util Mapping interface-usage.

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();
    }