Uses of Class
de.gematik.test.tiger.mockserver.model.BinaryMessage
Packages that use BinaryMessage
Package
Description
-
Uses of BinaryMessage in de.gematik.test.tiger.mockserver.codec
Methods in de.gematik.test.tiger.mockserver.codec with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected voidMockServerBinaryToNettyBinaryRequestEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, BinaryMessage binaryMessage, List<Object> out) -
Uses of BinaryMessage in de.gematik.test.tiger.mockserver.httpclient
Methods in de.gematik.test.tiger.mockserver.httpclient that return types with arguments of type BinaryMessageModifier and TypeMethodDescriptionNettyHttpClient.sendRequest(BinaryRequestInfo binaryRequestInfo, boolean isSecure) Methods in de.gematik.test.tiger.mockserver.httpclient with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected voidBinaryBridgeHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, BinaryMessage msg) Constructors in de.gematik.test.tiger.mockserver.httpclient with parameters of type BinaryMessageModifierConstructorDescriptionBinaryRequestInfo(io.netty.channel.Channel incomingChannel, BinaryMessage dataToSend, InetSocketAddress remoteServerAddress) -
Uses of BinaryMessage in de.gematik.test.tiger.mockserver.model
Methods in de.gematik.test.tiger.mockserver.model that return BinaryMessageModifier and TypeMethodDescriptionstatic BinaryMessageBinaryMessage.bytes(byte[] bytes) BinaryMessage.withBytes(byte[] bytes) BinaryMessage.withTimestamp(LocalDateTime timestamp) Methods in de.gematik.test.tiger.mockserver.model with parameters of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryProxyListener.onProxy(BinaryMessage binaryRequest, Optional<CompletableFuture<BinaryMessage>> binaryResponse, SocketAddress serverAddress, SocketAddress clientAddress) Method parameters in de.gematik.test.tiger.mockserver.model with type arguments of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryProxyListener.onProxy(BinaryMessage binaryRequest, Optional<CompletableFuture<BinaryMessage>> binaryResponse, SocketAddress serverAddress, SocketAddress clientAddress) -
Uses of BinaryMessage in de.gematik.test.tiger.mockserver.scheduler
Method parameters in de.gematik.test.tiger.mockserver.scheduler with type arguments of type BinaryMessageModifier and TypeMethodDescriptionvoidScheduler.submit(CompletableFuture<BinaryMessage> future, Runnable command, boolean synchronous) -
Uses of BinaryMessage in de.gematik.test.tiger.proxy.handler
Methods in de.gematik.test.tiger.proxy.handler with parameters of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryExchangeHandler.onProxy(BinaryMessage binaryRequest, Optional<CompletableFuture<BinaryMessage>> binaryResponseFuture, SocketAddress serverAddress, SocketAddress clientAddress) Method parameters in de.gematik.test.tiger.proxy.handler with type arguments of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryExchangeHandler.onProxy(BinaryMessage binaryRequest, Optional<CompletableFuture<BinaryMessage>> binaryResponseFuture, SocketAddress serverAddress, SocketAddress clientAddress)