Class RequestInitiatedChannelTarget
java.lang.Object
com.github.tomakehurst.wiremock.message.RequestInitiatedChannelTarget
- All Implemented Interfaces:
ChannelTarget
-
Constructor Summary
ConstructorsConstructorDescriptionRequestInitiatedChannelTarget(ChannelType channelType, RequestPattern requestPattern) -
Method Summary
Modifier and TypeMethodDescriptionbooleanforPattern(RequestPattern requestPattern) forTypeAndPattern(ChannelType channelType, RequestPattern requestPattern) inthashCode()toString()
-
Constructor Details
-
RequestInitiatedChannelTarget
-
-
Method Details
-
forPattern
-
forTypeAndPattern
public static RequestInitiatedChannelTarget forTypeAndPattern(ChannelType channelType, RequestPattern requestPattern) -
getChannelType
-
getRequestPattern
-
equals
-
hashCode
public int hashCode() -
toString
-