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

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

Introduction

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

Usage

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

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