public class ServerAddressMap<T> extends Object
ServerAddresss. It makes sure
that if an entry is not found we instead search for an entry with that same port but host 0.0.0.0.| Constructor and Description |
|---|
ServerAddressMap() |
ServerAddressMap(Map<org.mule.runtime.http.api.server.ServerAddress,T> internalMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
T |
get(InetAddress address,
int port) |
T |
get(Object key) |
void |
put(org.mule.runtime.http.api.server.ServerAddress serverAddress,
T value) |
T |
remove(Object key) |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.