Interface SocketAddressFilter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SocketAddressFilter
A filter that takes a SocketAddress, and potentially changes it, or throws an exception if certain criteria are met.
Author:
Christian Kohlschütter