Uses of Enum Class
de.gematik.test.tiger.mockserver.model.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in de.gematik.test.tiger.mockserver.httpclient
Methods in de.gematik.test.tiger.mockserver.httpclient with parameters of type ProtocolMethod parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type ProtocolModifier and TypeMethodDescriptionvoidHttpClientInitializer.whenComplete(BiConsumer<? super Protocol, ? super Throwable> action) Constructor parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type Protocol -
Uses of Protocol in de.gematik.test.tiger.mockserver.mappers
Methods in de.gematik.test.tiger.mockserver.mappers with parameters of type ProtocolModifier and TypeMethodDescriptionFullHttpRequestToMockServerHttpRequest.mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest, List<Header> preservedHeaders, SocketAddress localAddress, SocketAddress remoteAddress, Protocol protocol, SSLSession sslSession) -
Uses of Protocol in de.gematik.test.tiger.mockserver.model
Methods in de.gematik.test.tiger.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 de.gematik.test.tiger.mockserver.model with parameters of type Protocol -
Uses of Protocol in de.gematik.test.tiger.mockserver.socket.tls
Fields in de.gematik.test.tiger.mockserver.socket.tls with type parameters of type ProtocolModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<Protocol>SniHandler.NEGOTIATED_APPLICATION_PROTOCOLMethods in de.gematik.test.tiger.mockserver.socket.tls that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolSniHandler.getALPNProtocol(io.netty.channel.ChannelHandlerContext ctx)