public class UdpEndpointContextMatcher extends KeySetEndpointContextMatcher
| Constructor and Description |
|---|
UdpEndpointContextMatcher()
Create new instance of udp endpoint context matcher with enabled address
check.
|
UdpEndpointContextMatcher(boolean checkAddress)
Create new instance of udp endpoint context matcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResponseRelatedToRequest(EndpointContext requestContext,
EndpointContext responseContext)
Check, if responses is related to the request.
|
createKeySet, getName, isSameVirtualHost, isToBeSentpublic UdpEndpointContextMatcher()
public UdpEndpointContextMatcher(boolean checkAddress)
checkAddress - true with address check, false,
withoutpublic boolean isResponseRelatedToRequest(EndpointContext requestContext, EndpointContext responseContext)
EndpointContextMatcherisResponseRelatedToRequest in interface EndpointContextMatcherisResponseRelatedToRequest in class KeySetEndpointContextMatcherrequestContext - endpoint context of requestresponseContext - endpoint context of responseCopyright © 2019 Eclipse Foundation. All rights reserved.