Uses of Class
org.mockserver.model.Protocol
-
Packages that use Protocol Package Description org.mockserver.httpclient org.mockserver.mappers org.mockserver.model org.mockserver.serialization.model org.mockserver.socket.tls -
-
Uses of Protocol in org.mockserver.httpclient
Method parameters in org.mockserver.httpclient with type arguments of type Protocol Modifier and Type Method Description voidHttpClientInitializer. whenComplete(BiConsumer<? super Protocol,? super Throwable> action)Constructor parameters in org.mockserver.httpclient with type arguments of type Protocol Constructor Description Http2SettingsHandler(CompletableFuture<Protocol> protocolFuture) -
Uses of Protocol in org.mockserver.mappers
Methods in org.mockserver.mappers with parameters of type Protocol Modifier and Type Method Description HttpRequestFullHttpRequestToMockServerHttpRequest. mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest, List<Header> preservedHeaders, SocketAddress localAddress, SocketAddress remoteAddress, Protocol protocol)HttpRequestFullHttpRequestToMockServerHttpRequest. mapHeadersOnlyHttpRequestToMockServerRequest(io.netty.handler.codec.http.HttpRequest nettyHttpRequest, List<Header> preservedHeaders, SocketAddress localAddress, SocketAddress remoteAddress, Protocol protocol)Map the headers/method/path/query/cookies of a Netty HttpRequest (no body) to a MockServer HttpRequest. -
Uses of Protocol in org.mockserver.model
Methods in org.mockserver.model that return Protocol Modifier and Type Method Description ProtocolHttpRequest. getProtocol()static ProtocolProtocol. 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.Methods in org.mockserver.model with parameters of type Protocol Modifier and Type Method Description HttpRequestHttpRequest. withProtocol(Protocol protocol)Match on whether the request was made over HTTP or HTTP2 -
Uses of Protocol in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return Protocol Modifier and Type Method Description ProtocolHttpRequestDTO. getProtocol()Methods in org.mockserver.serialization.model with parameters of type Protocol Modifier and Type Method Description HttpRequestDTOHttpRequestDTO. setProtocol(Protocol protocol) -
Uses of Protocol in org.mockserver.socket.tls
Methods in org.mockserver.socket.tls that return Protocol Modifier and Type Method Description static ProtocolSniHandler. getALPNProtocol(MockServerLogger mockServerLogger, io.netty.channel.ChannelHandlerContext ctx)
-