public static final class HttpRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteMatch
HttpRouteMatch
HttpRouteMatch.Builder, HttpRouteMatch.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<HeaderMatch> |
getHeaders()
Specifies the client request headers to match on.
|
HttpRouteMethod |
getMethod()
The HTTP client request method to match on.
|
HttpRoutePathMatch |
getPath()
Specifies how is the request matched based on the path part of its URL.
|
HttpRouteProtocol |
getProtocol()
The client request protocol to match on.
|
java.util.List<QueryParameterMatch> |
getQueryParameters()
The query parameters to match on.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<HeaderMatch> getHeaders()
HttpRouteMatch
All specified headers must match for the route to match.
Default: - do not match on headers
getHeaders
in interface HttpRouteMatch
public final HttpRouteMethod getMethod()
HttpRouteMatch
Default: - do not match on request method
getMethod
in interface HttpRouteMatch
public final HttpRoutePathMatch getPath()
HttpRouteMatch
Default: - matches requests with all paths
getPath
in interface HttpRouteMatch
public final HttpRouteProtocol getProtocol()
HttpRouteMatch
Applicable only for HTTP2 routes.
Default: - do not match on HTTP2 request protocol
getProtocol
in interface HttpRouteMatch
public final java.util.List<QueryParameterMatch> getQueryParameters()
HttpRouteMatch
All specified query parameters must match for the route to match.
Default: - do not match on query parameters
getQueryParameters
in interface HttpRouteMatch
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()