public static class HandlerPipline.HandlerContext extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
exceptionCaught(HandlerPipline.HandlerContext context,
Exception e) |
void |
fireChannelRead(HandlerPipline.HandlerContext context,
Object msg) |
void |
fireExceptionCaught(HandlerPipline.HandlerContext context,
Exception e) |
org.smartboot.socket.transport.AioSession |
getAioSession() |
InHandler |
getHandler() |
HandlerPipline |
getPipline() |
HandlerPipline.HandlerContext |
getPre() |
void |
setAioSession(org.smartboot.socket.transport.AioSession aioSession) |
void |
setHandler(InHandler handler) |
void |
setPipline(HandlerPipline pipline) |
void |
setPre(HandlerPipline.HandlerContext pre) |
void |
write(Object msg) |
public void fireChannelRead(HandlerPipline.HandlerContext context, Object msg)
public void fireExceptionCaught(HandlerPipline.HandlerContext context, Exception e)
public void exceptionCaught(HandlerPipline.HandlerContext context, Exception e)
public HandlerPipline getPipline()
public void setPipline(HandlerPipline pipline)
public HandlerPipline.HandlerContext getPre()
public void setPre(HandlerPipline.HandlerContext pre)
public InHandler getHandler()
public void setHandler(InHandler handler)
public org.smartboot.socket.transport.AioSession getAioSession()
public void setAioSession(org.smartboot.socket.transport.AioSession aioSession)
public void close()
public void write(Object msg) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.