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