Package org.apache.flink.runtime.net
Class RedirectingSslHandler
java.lang.Object
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerAdapter
org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandlerAdapter
org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
org.apache.flink.runtime.net.RedirectingSslHandler
- All Implemented Interfaces:
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler
public class RedirectingSslHandler
extends org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
SSL handler which automatically redirects Non-SSL requests to SSL address.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder.CumulatorNested classes/interfaces inherited from interface org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields inherited from class org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR -
Constructor Summary
ConstructorsConstructorDescriptionRedirectingSslHandler(String confRedirectHost, CompletableFuture<String> redirectBaseUrl, SSLHandlerFactory sslHandlerFactory) -
Method Summary
Methods inherited from class org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredMethods inherited from class org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtMethods inherited from class org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
handlerAdded
-
Constructor Details
-
RedirectingSslHandler
public RedirectingSslHandler(@Nonnull String confRedirectHost, @Nonnull CompletableFuture<String> redirectBaseUrl, @Nonnull SSLHandlerFactory sslHandlerFactory)
-
-
Method Details