Uses of Enum Class
de.gematik.test.tiger.mockserver.model.HttpProtocol
Packages that use HttpProtocol
Package
Description
-
Uses of HttpProtocol in de.gematik.test.tiger.mockserver.httpclient
Methods in de.gematik.test.tiger.mockserver.httpclient with parameters of type HttpProtocolModifier and TypeMethodDescriptionNettyHttpClient.createClientInitializer(HttpProtocol httpProtocol) Method parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type HttpProtocolModifier and TypeMethodDescriptionio.netty.handler.ssl.SslContextNettyHttpClient.createClientSslContext(Optional<HttpProtocol> httpProtocol) voidHttpClientInitializer.whenComplete(BiConsumer<? super HttpProtocol, ? super Throwable> action) Constructor parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type HttpProtocolModifierConstructorDescriptionHttp2SettingsHandler(CompletableFuture<HttpProtocol> protocolFuture) -
Uses of HttpProtocol in de.gematik.test.tiger.mockserver.mappers
Method parameters in de.gematik.test.tiger.mockserver.mappers with type arguments of type HttpProtocolModifier and TypeMethodDescriptionFullHttpRequestToMockServerHttpRequest.mapFullHttpRequestToMockServerRequest(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest, List<Header> preservedHeaders, SocketAddress senderAddress, Optional<HttpProtocol> protocol, SSLSession sslSession, boolean isProxying) -
Uses of HttpProtocol in de.gematik.test.tiger.mockserver.model
Methods in de.gematik.test.tiger.mockserver.model that return HttpProtocolModifier and TypeMethodDescriptionHttpRequest.getProtocol()static HttpProtocolReturns the enum constant of this class with the specified name.static HttpProtocol[]HttpProtocol.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 HttpProtocolModifier and TypeMethodDescriptionHttpRequest.HttpRequestBuilder.protocol(HttpProtocol protocol) HttpRequest.setProtocol(HttpProtocol protocol) Constructors in de.gematik.test.tiger.mockserver.model with parameters of type HttpProtocolModifierConstructorDescriptionHttpRequest(String method, String path, Parameters pathParameters, Parameters queryStringParameters, Headers headers, Boolean keepAlive, Boolean secure, HttpProtocol protocol, Integer streamId, List<MockserverX509CertificateWrapper> clientCertificateChain, String tlsVersion, String cipherSuite, SocketAddress receiverAddress, String senderAddress, Boolean forwardProxyRequest, RbelElement correspondingRbelMessage, String logCorrelationId) -
Uses of HttpProtocol in de.gematik.test.tiger.mockserver.socket.tls
Fields in de.gematik.test.tiger.mockserver.socket.tls with type parameters of type HttpProtocolModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<HttpProtocol>SniHandler.NEGOTIATED_APPLICATION_PROTOCOLMethods in de.gematik.test.tiger.mockserver.socket.tls that return types with arguments of type HttpProtocolModifier and TypeMethodDescriptionstatic Optional<HttpProtocol>SniHandler.getAlpnProtocol(io.netty.channel.ChannelHandlerContext ctx) Methods in de.gematik.test.tiger.mockserver.socket.tls with parameters of type HttpProtocolModifier and TypeMethodDescriptionio.netty.handler.ssl.SslContextNettySslContextFactory.createClientSslContext(HttpProtocol protocol, String hostName) Method parameters in de.gematik.test.tiger.mockserver.socket.tls with type arguments of type HttpProtocolModifier and TypeMethodDescriptionio.netty.handler.ssl.SslContextNettySslContextFactory.createClientSslContext(Optional<HttpProtocol> protocol) io.netty.handler.ssl.SslContextNettySslContextFactory.createClientSslContext(Optional<HttpProtocol> protocol, String hostName)