Class ClientBootstrapFactory.ChannelFutureBuilder
java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.ClientBootstrapFactory.ChannelFutureBuilder
- Enclosing class:
- ClientBootstrapFactory
-
Method Summary
Modifier and TypeMethodDescriptionclientInitializer(HttpClientInitializer clientInitializer) io.netty.channel.ChannelFutureerrorIfChannelClosedWithoutResponse(boolean errorIfChannelClosedWithoutResponse) eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) incomingChannel(io.netty.channel.Channel incomingChannel) isSecure(boolean isSecure) onCreationListener(io.netty.channel.ChannelFutureListener onCreationListener) onReuseListener(io.netty.channel.ChannelFutureListener onReuseListener) remoteAddress(InetSocketAddress remoteAddress) requestInfo(RequestInfo<?> requestInfo) responseFuture(CompletableFuture<Message> responseFuture) timeoutInMilliseconds(Long timeoutInMilliseconds) toString()
-
Method Details
-
isSecure
- Returns:
this.
-
requestInfo
public ClientBootstrapFactory.ChannelFutureBuilder requestInfo(@Nullable RequestInfo<?> requestInfo) - Returns:
this.
-
incomingChannel
public ClientBootstrapFactory.ChannelFutureBuilder incomingChannel(@Nullable io.netty.channel.Channel incomingChannel) - Returns:
this.
-
remoteAddress
public ClientBootstrapFactory.ChannelFutureBuilder remoteAddress(@Nullable InetSocketAddress remoteAddress) - Returns:
this.
-
clientInitializer
public ClientBootstrapFactory.ChannelFutureBuilder clientInitializer(HttpClientInitializer clientInitializer) - Returns:
this.
-
errorIfChannelClosedWithoutResponse
public ClientBootstrapFactory.ChannelFutureBuilder errorIfChannelClosedWithoutResponse(boolean errorIfChannelClosedWithoutResponse) - Returns:
this.
-
responseFuture
public ClientBootstrapFactory.ChannelFutureBuilder responseFuture(@Nullable CompletableFuture<Message> responseFuture) - Returns:
this.
-
onCreationListener
public ClientBootstrapFactory.ChannelFutureBuilder onCreationListener(@Nullable io.netty.channel.ChannelFutureListener onCreationListener) - Returns:
this.
-
onReuseListener
public ClientBootstrapFactory.ChannelFutureBuilder onReuseListener(@Nullable io.netty.channel.ChannelFutureListener onReuseListener) - Returns:
this.
-
timeoutInMilliseconds
public ClientBootstrapFactory.ChannelFutureBuilder timeoutInMilliseconds(@Nullable Long timeoutInMilliseconds) - Returns:
this.
-
eventLoopGroup
public ClientBootstrapFactory.ChannelFutureBuilder eventLoopGroup(@Nullable io.netty.channel.EventLoopGroup eventLoopGroup) - Returns:
this.
-
connectToChannel
public io.netty.channel.ChannelFuture connectToChannel() -
toString
-