public interface DisruptionProvider
| Modifier and Type | Method and Description |
|---|---|
Disruptor |
createLink(InetSocketAddress src,
InetSocketAddress dest)
Create link to disrupt traffic flowing from the given source address to destination address(unidirectional)
|
boolean |
isProxyBased() |
void |
removeLink(Disruptor link)
remove link
|
boolean isProxyBased()
Disruptor createLink(InetSocketAddress src, InetSocketAddress dest)
src - source addressdest - destination addressCopyright © 2022. All rights reserved.