Uses of Interface
de.gematik.test.tiger.mockserver.model.Message
Packages that use Message
Package
Description
-
Uses of Message in de.gematik.test.tiger.mockserver.httpclient
Classes in de.gematik.test.tiger.mockserver.httpclient with type parameters of type MessageModifier and TypeClassDescriptionclassRequestInfo<T extends Message>static classRequestInfo.RequestInfoBuilder<T extends Message,C extends RequestInfo<T>, B extends RequestInfo.RequestInfoBuilder<T, C, B>> Fields in de.gematik.test.tiger.mockserver.httpclient with type parameters of type MessageModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<CompletableFuture<Message>>NettyHttpClient.RESPONSE_FUTUREMethods in de.gematik.test.tiger.mockserver.httpclient with type parameters of type MessageModifier and TypeMethodDescriptionstatic <T extends Message>
RequestInfo.RequestInfoBuilder<T,?, ?> RequestInfo.builder()Methods in de.gematik.test.tiger.mockserver.httpclient with parameters of type MessageModifier and TypeMethodDescriptionvoidHttpClientHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message response) Method parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type MessageModifier and TypeMethodDescriptionClientBootstrapFactory.ChannelFutureBuilder.responseFuture(CompletableFuture<Message> responseFuture) -
Uses of Message in de.gematik.test.tiger.mockserver.model
Classes in de.gematik.test.tiger.mockserver.model that implement Message