public class RedirectingSslHandler
extends org.apache.flink.shaded.netty4.io.netty.handler.codec.ByteToMessageDecoder
Constructor and Description |
---|
RedirectingSslHandler(String confRedirectHost,
CompletableFuture<String> redirectBaseUrl,
SSLHandlerFactory sslHandlerFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext context,
org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf in,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
ensureNotSharable, handlerAdded, isSharable
public RedirectingSslHandler(@Nonnull String confRedirectHost, @Nonnull CompletableFuture<String> redirectBaseUrl, @Nonnull SSLHandlerFactory sslHandlerFactory)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.