@InterfaceAudience.Private public class SaslWrapHandler extends io.netty.channel.ChannelOutboundHandlerAdapter
构造器和说明 |
---|
SaslWrapHandler(SaslClient saslClient) |
限定符和类型 | 方法和说明 |
---|---|
void |
close(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise) |
void |
flush(io.netty.channel.ChannelHandlerContext ctx) |
void |
handlerAdded(io.netty.channel.ChannelHandlerContext ctx) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
public SaslWrapHandler(SaslClient saslClient)
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception
handlerAdded
在接口中 io.netty.channel.ChannelHandler
handlerAdded
在类中 io.netty.channel.ChannelHandlerAdapter
Exception
public void write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) throws Exception
write
在接口中 io.netty.channel.ChannelOutboundHandler
write
在类中 io.netty.channel.ChannelOutboundHandlerAdapter
Exception
public void flush(io.netty.channel.ChannelHandlerContext ctx) throws Exception
flush
在接口中 io.netty.channel.ChannelOutboundHandler
flush
在类中 io.netty.channel.ChannelOutboundHandlerAdapter
Exception
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.