| Package | Description |
|---|---|
| org.terracotta.angela.common.net | |
| org.terracotta.angela.common.provider |
| Modifier and Type | Method and Description |
|---|---|
Disruptor |
NetCrusherProvider.createLink(InetSocketAddress src,
InetSocketAddress dest) |
Disruptor |
DisruptionProvider.createLink(InetSocketAddress src,
InetSocketAddress dest)
Create link to disrupt traffic flowing from the given source address to destination address(unidirectional)
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetCrusherProvider.removeLink(Disruptor disruptor) |
void |
DisruptionProvider.removeLink(Disruptor link)
remove link
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConfigManager.createDisruptionLinks(TerracottaServer terracottaServer,
DisruptionProvider disruptionProvider,
Map<ServerSymbolicName,Disruptor> disruptionLinks,
Map<ServerSymbolicName,Integer> proxiedPorts) |
void |
ConfigurationManager.createDisruptionLinks(TerracottaServer terracottaServer,
DisruptionProvider disruptionProvider,
Map<ServerSymbolicName,Disruptor> disruptionLinks,
Map<ServerSymbolicName,Integer> proxiedPorts) |
void |
TcConfigManager.createDisruptionLinks(TerracottaServer terracottaServer,
DisruptionProvider disruptionProvider,
Map<ServerSymbolicName,Disruptor> disruptionLinks,
Map<ServerSymbolicName,Integer> proxiedPorts) |
Copyright © 2020. All rights reserved.