Example usage for io.netty.handler.ipfilter IpFilterRule interface-usage

List of usage examples for io.netty.handler.ipfilter IpFilterRule interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.ipfilter IpFilterRule interface-usage.

Usage

From source file org.elasticsearch.xpack.security.transport.filter.PatternRule.java

/**
 * The Class PatternRule represents an IP filter rule using string patterns.
 * <br>
 * Rule Syntax:
 * <br>
 * <pre>

From source file org.elasticsearch.xpack.security.transport.filter.SecurityIpFilterRule.java

/**
 * decorator class to have a useful toString() method for an IpFilterRule
 * as this is needed for audit logging
 */
public class SecurityIpFilterRule implements IpFilterRule, ToXContentFragment {