| Package | Description |
|---|---|
| org.mockserver.httpclient | |
| org.mockserver.mappers | |
| org.mockserver.model | |
| org.mockserver.serialization.model | |
| org.mockserver.socket.tls |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientInitializer.whenComplete(BiConsumer<? super Protocol,? super Throwable> action) |
| Constructor and Description |
|---|
Http2SettingsHandler(CompletableFuture<Protocol> protocolFuture) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
FullHttpRequestToMockServerHttpRequest.mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest,
List<Header> preservedHeaders,
SocketAddress localAddress,
SocketAddress remoteAddress,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
HttpRequest.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.withProtocol(Protocol protocol)
Match on whether the request was made over HTTP or HTTP2
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
HttpRequestDTO.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestDTO |
HttpRequestDTO.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
SniHandler.getALPNProtocol(MockServerLogger mockServerLogger,
io.netty.channel.ChannelHandlerContext ctx) |
Copyright © 2023. All rights reserved.