Interface AcceptChannelHandler.AcceptPredicate
- All Superinterfaces:
BiPredicate<String,InetSocketAddress>
- Enclosing class:
AcceptChannelHandler
public static interface AcceptChannelHandler.AcceptPredicate
extends BiPredicate<String,InetSocketAddress>
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBoundAddress(BoundTransportAddress boundHttpTransportAddress) Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
Method Details
-
setBoundAddress
-