public static final class DelegatingWebConnection.DelegateWebConnection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private WebConnection |
delegate |
private WebRequestMatcher |
matcher |
Constructor and Description |
---|
DelegateWebConnection(WebRequestMatcher matcher,
WebConnection delegate) |
Modifier and Type | Method and Description |
---|---|
private WebConnection |
getDelegate() |
private WebRequestMatcher |
getMatcher() |
private final WebRequestMatcher matcher
private final WebConnection delegate
public DelegateWebConnection(WebRequestMatcher matcher, WebConnection delegate)
private WebRequestMatcher getMatcher()
private WebConnection getDelegate()