Example usage for io.netty.channel.socket ServerSocketChannelConfig interface-usage

List of usage examples for io.netty.channel.socket ServerSocketChannelConfig interface-usage

Introduction

In this page you can find the example usage for io.netty.channel.socket ServerSocketChannelConfig interface-usage.

Usage

From source file org.opendaylight.tcpmd5.netty.MD5ServerSocketChannelConfig.java

/**
 * {@link ServerSocketChannelConfig} augmented with TCP MD5 Signature option support.
 */
public interface MD5ServerSocketChannelConfig extends ServerSocketChannelConfig {
    KeyMapping getMD5SignatureKeys();