Uses of Class
de.gematik.test.tiger.mockserver.httpclient.ClientBootstrapFactory.ChannelFutureBuilder
Packages that use ClientBootstrapFactory.ChannelFutureBuilder
-
Uses of ClientBootstrapFactory.ChannelFutureBuilder in de.gematik.test.tiger.mockserver.httpclient
Methods in de.gematik.test.tiger.mockserver.httpclient that return ClientBootstrapFactory.ChannelFutureBuilderModifier and TypeMethodDescriptionClientBootstrapFactory.ChannelFutureBuilder.clientInitializer(HttpClientInitializer clientInitializer) ClientBootstrapFactory.configureChannel()ClientBootstrapFactory.ChannelFutureBuilder.errorIfChannelClosedWithoutResponse(boolean errorIfChannelClosedWithoutResponse) ClientBootstrapFactory.ChannelFutureBuilder.eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) ClientBootstrapFactory.ChannelFutureBuilder.incomingChannel(io.netty.channel.Channel incomingChannel) ClientBootstrapFactory.ChannelFutureBuilder.isSecure(boolean isSecure) ClientBootstrapFactory.ChannelFutureBuilder.onCreationListener(io.netty.channel.ChannelFutureListener onCreationListener) ClientBootstrapFactory.ChannelFutureBuilder.onReuseListener(io.netty.channel.ChannelFutureListener onReuseListener) ClientBootstrapFactory.ChannelFutureBuilder.remoteAddress(InetSocketAddress remoteAddress) ClientBootstrapFactory.ChannelFutureBuilder.requestInfo(RequestInfo<?> requestInfo) ClientBootstrapFactory.ChannelFutureBuilder.responseFuture(CompletableFuture<Message> responseFuture) ClientBootstrapFactory.ChannelFutureBuilder.timeoutInMilliseconds(Long timeoutInMilliseconds)