Package io.netty.util
Interface AsyncMapping<IN,OUT>
-
- All Known Implementing Classes:
SniHandler.AsyncMappingAdapter
public interface AsyncMapping<IN,OUT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<OUT>
map(IN input, Promise<OUT> promise)
Returns theFuture
that will provide the result of the mapping.
-