public static class LocalTopology.DispatcherPortRange extends Object
| Modifier and Type | Method and Description |
|---|---|
static LocalTopology.DispatcherPortRange |
create(int min,
int max) |
static LocalTopology.DispatcherPortRange |
createAll() |
static LocalTopology.DispatcherPortRange |
createEmpty() |
int |
getPortMax() |
int |
getPortMin() |
boolean |
hasPortRange() |
boolean |
hasPortRangeALL() |
InetSocketAddress |
mapToLocalPort(InetSocketAddress address) |
public static LocalTopology.DispatcherPortRange create(int min, int max)
public static LocalTopology.DispatcherPortRange createAll()
public static LocalTopology.DispatcherPortRange createEmpty()
public boolean hasPortRange()
public boolean hasPortRangeALL()
public InetSocketAddress mapToLocalPort(InetSocketAddress address)
public int getPortMin()
public int getPortMax()
Copyright © 2024. All rights reserved.