Uses of Class
org.mockserver.model.BinaryMessage
Packages that use BinaryMessage
Package
Description
-
Uses of BinaryMessage in org.mockserver.codec
Methods in org.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 org.mockserver.httpclient
Methods in org.mockserver.httpclient that return types with arguments of type BinaryMessageModifier and TypeMethodDescriptionNettyHttpClient.sendRequest(BinaryMessage binaryRequest, boolean isSecure, InetSocketAddress remoteAddress, Long connectionTimeoutMillis) Methods in org.mockserver.httpclient with parameters of type BinaryMessageModifier and TypeMethodDescriptionNettyHttpClient.sendRequest(BinaryMessage binaryRequest, boolean isSecure, InetSocketAddress remoteAddress, Long connectionTimeoutMillis) -
Uses of BinaryMessage in org.mockserver.model
Methods in org.mockserver.model that return BinaryMessageModifier and TypeMethodDescriptionstatic BinaryMessageBinaryMessage.bytes(byte[] bytes) BinaryMessage.withBytes(byte[] bytes) BinaryMessage.withTimestamp(LocalDateTime timestamp) Methods in org.mockserver.model with parameters of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryProxyListener.onProxy(BinaryMessage binaryRequest, CompletableFuture<BinaryMessage> binaryResponse, SocketAddress serverAddress, SocketAddress clientAddress) Method parameters in org.mockserver.model with type arguments of type BinaryMessageModifier and TypeMethodDescriptionvoidBinaryProxyListener.onProxy(BinaryMessage binaryRequest, CompletableFuture<BinaryMessage> binaryResponse, SocketAddress serverAddress, SocketAddress clientAddress) -
Uses of BinaryMessage in org.mockserver.scheduler
Method parameters in org.mockserver.scheduler with type arguments of type BinaryMessageModifier and TypeMethodDescriptionvoidScheduler.submit(CompletableFuture<BinaryMessage> future, Runnable command, boolean synchronous)