Class RequestInfo<T extends Message>
java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.RequestInfo<T>
- Direct Known Subclasses:
BinaryRequestInfo,HttpRequestInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequestInfo.RequestInfoBuilder<T extends Message,C extends RequestInfo<T>, B extends RequestInfo.RequestInfoBuilder<T, C, B>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestInfo(io.netty.channel.Channel incomingChannel, T dataToSend, InetSocketAddress remoteServerAddress) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Message>
RequestInfo.RequestInfoBuilder<T,?, ?> builder()protected booleanbooleanio.netty.channel.ChannelinthashCode()voidsetDataToSend(T dataToSend) voidsetRemoteServerAddress(InetSocketAddress remoteServerAddress) toString()
-
Constructor Details
-
RequestInfo
-
RequestInfo
@ConstructorProperties({"incomingChannel","dataToSend","remoteServerAddress"}) public RequestInfo(io.netty.channel.Channel incomingChannel, T dataToSend, InetSocketAddress remoteServerAddress)
-
-
Method Details
-
builder
-
getIncomingChannel
public io.netty.channel.Channel getIncomingChannel() -
getDataToSend
-
getRemoteServerAddress
-
setDataToSend
-
setRemoteServerAddress
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-