Package | Description |
---|---|
org.mockserver.codec | |
org.mockserver.httpclient | |
org.mockserver.model | |
org.mockserver.scheduler |
Modifier and Type | Method and Description |
---|---|
protected void |
MockServerBinaryToNettyBinaryRequestEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
BinaryMessage binaryMessage,
List<Object> out) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<BinaryMessage> |
NettyHttpClient.sendRequest(BinaryMessage binaryRequest,
boolean isSecure,
InetSocketAddress remoteAddress,
Integer connectionTimeoutMillis) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<BinaryMessage> |
NettyHttpClient.sendRequest(BinaryMessage binaryRequest,
boolean isSecure,
InetSocketAddress remoteAddress,
Integer connectionTimeoutMillis) |
Modifier and Type | Method and Description |
---|---|
static BinaryMessage |
BinaryMessage.bytes(byte[] bytes) |
BinaryMessage |
BinaryMessage.withBytes(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.submit(CompletableFuture<BinaryMessage> future,
Runnable command,
boolean synchronous) |
Copyright © 2022. All rights reserved.