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_OP
The default implementation of a
HandshakeInterceptor and behaves as a no-op. |
static final HandshakeInterceptor NO_OP
HandshakeInterceptor
and behaves as a no-op.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.