Uses of Enum Class
org.mockserver.model.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.mockserver.httpclient
Method parameters in org.mockserver.httpclient with type arguments of type ProtocolModifier and TypeMethodDescriptionvoidHttpClientInitializer.whenComplete(BiConsumer<? super Protocol, ? super Throwable> action) Constructor parameters in org.mockserver.httpclient with type arguments of type Protocol -
Uses of Protocol in org.mockserver.mappers
Methods in org.mockserver.mappers with parameters of type ProtocolModifier and TypeMethodDescriptionFullHttpRequestToMockServerHttpRequest.mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest, List<Header> preservedHeaders, byte[] originalRawBody, SocketAddress localAddress, SocketAddress remoteAddress, Protocol protocol) FullHttpRequestToMockServerHttpRequest.mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest, List<Header> preservedHeaders, SocketAddress localAddress, SocketAddress remoteAddress, Protocol protocol) FullHttpRequestToMockServerHttpRequest.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 ProtocolModifier and TypeMethodDescriptionHttpRequest.getProtocol()static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type ProtocolModifier and TypeMethodDescriptionHttpRequest.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 ProtocolMethods in org.mockserver.serialization.model with parameters of type Protocol -
Uses of Protocol in org.mockserver.socket.tls
Methods in org.mockserver.socket.tls that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolSniHandler.getALPNProtocol(MockServerLogger mockServerLogger, io.netty.channel.ChannelHandlerContext ctx)