public final class ReservedPorts
extends java.lang.Object
More recent releases of Microsoft Windows has the ability, by API or command, to reserve a port
for use by an application. While typical usage would be to reserve an ephemeral/dynamic port,
reservation is not restricted to these ports so reserved ports need to be avoided in PortManager
processing.
| Constructor and Description |
|---|
ReservedPorts() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
Copyright © 2023. All rights reserved.