@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.ChannelHandlerhandlerAdded 在类中 io.netty.channel.ChannelHandlerAdapterExceptionpublic void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
throws Exception
write 在接口中 io.netty.channel.ChannelOutboundHandlerwrite 在类中 io.netty.channel.ChannelOutboundHandlerAdapterExceptionpublic void flush(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
flush 在接口中 io.netty.channel.ChannelOutboundHandlerflush 在类中 io.netty.channel.ChannelOutboundHandlerAdapterExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.