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<ServerAddress,T> internalMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
T |
get(Object key) |
void |
put(ServerAddress serverAddress,
T value) |
T |
remove(Object key) |
public ServerAddressMap()
public ServerAddressMap(Map<ServerAddress,T> internalMap)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.