Package org.terracotta.angela.common.net
Interface PortAllocator.PortReservation
-
- All Superinterfaces:
AutoCloseable,Iterator<Integer>
- Enclosing interface:
- PortAllocator
public static interface PortAllocator.PortReservation extends AutoCloseable, Iterator<Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidclose()default IntStreamstream()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
stream
default IntStream stream()
-
-