public interface HandshakeInterceptor extends UnaryOperator<io.netty.handler.codec.http.FullHttpRequest>
FullHttpRequest is sent to
 the server. The interceptor allows this message to be modified as needed before it is sent to the server.
 Implementations are supplied to Cluster.Builder.handshakeInterceptor(HandshakeInterceptor).| Modifier and Type | Field and Description | 
|---|---|
| static HandshakeInterceptor | NO_OPThe default implementation of a  HandshakeInterceptorand behaves as a no-op. | 
static final HandshakeInterceptor NO_OP
HandshakeInterceptor and behaves as a no-op.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.