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) -
Uses of BinaryMessage in de.gematik.test.tiger.mockserver.netty.proxy
Methods in de.gematik.test.tiger.mockserver.netty.proxy that return types with arguments of type BinaryMessageModifier and TypeMethodDescriptionBinaryModifierApplier.applyModifierPlugins(BinaryMessage message, io.netty.channel.ChannelHandlerContext ctx) Applies all registered binary modifier plugins to the given message.Methods in de.gematik.test.tiger.mockserver.netty.proxy with parameters of type BinaryMessageModifier and TypeMethodDescriptionBinaryModifierApplier.applyModifierPlugins(BinaryMessage message, io.netty.channel.ChannelHandlerContext ctx) Applies all registered binary modifier plugins to the given message. -
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, SocketAddress serverAddress, SocketAddress clientAddress)