public interface ClientAuthenticationHandler extends IrpHandlerBase
| 限定符和类型 | 方法和说明 |
|---|---|
ChallengeResponseResponse |
clientAuth(io.netty.channel.ChannelHandlerContext ctx,
ChallengeResponseRequest request) |
void |
onServerVerification(io.netty.channel.ChannelHandlerContext ctx,
VerificationResponse response) |
VerificationResponse |
verifyRequest(io.netty.channel.ChannelHandlerContext ctx,
VerificationRequest request) |
ChallengeResponseResponse clientAuth(io.netty.channel.ChannelHandlerContext ctx, ChallengeResponseRequest request)
void onServerVerification(io.netty.channel.ChannelHandlerContext ctx,
VerificationResponse response)
VerificationResponse verifyRequest(io.netty.channel.ChannelHandlerContext ctx, VerificationRequest request)