public interface  com.alibaba.dubbo.remoting.ChannelHandler extends java.lang.Object implements org.apache.dubbo.remoting.ChannelHandler
{
public abstract void connected(com.alibaba.dubbo.remoting.Channel) throws com.alibaba.dubbo.remoting.RemotingException;
public abstract void disconnected(com.alibaba.dubbo.remoting.Channel) throws com.alibaba.dubbo.remoting.RemotingException;
public abstract void sent(com.alibaba.dubbo.remoting.Channel, java.lang.Object) throws com.alibaba.dubbo.remoting.RemotingException;
public abstract void received(com.alibaba.dubbo.remoting.Channel, java.lang.Object) throws com.alibaba.dubbo.remoting.RemotingException;
public abstract void caught(com.alibaba.dubbo.remoting.Channel, java.lang.Throwable) throws com.alibaba.dubbo.remoting.RemotingException;
public void connected(org.apache.dubbo.remoting.Channel) throws org.apache.dubbo.remoting.RemotingException
{
com.alibaba.dubbo.remoting.ChannelHandler v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.ChannelHandler;
v := @parameter: org.apache.dubbo.remoting.Channel;
return;
}
public void disconnected(org.apache.dubbo.remoting.Channel) throws org.apache.dubbo.remoting.RemotingException
{
com.alibaba.dubbo.remoting.ChannelHandler v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.ChannelHandler;
v := @parameter: org.apache.dubbo.remoting.Channel;
return;
}
public void sent(org.apache.dubbo.remoting.Channel, java.lang.Object) throws org.apache.dubbo.remoting.RemotingException
{
java.lang.Object v;
com.alibaba.dubbo.remoting.ChannelHandler v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.ChannelHandler;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.Object;
return;
}
public void received(org.apache.dubbo.remoting.Channel, java.lang.Object) throws org.apache.dubbo.remoting.RemotingException
{
java.lang.Object v;
com.alibaba.dubbo.remoting.ChannelHandler v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.ChannelHandler;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.Object;
return;
}
public void caught(org.apache.dubbo.remoting.Channel, java.lang.Throwable) throws org.apache.dubbo.remoting.RemotingException
{
java.lang.Throwable v;
com.alibaba.dubbo.remoting.ChannelHandler v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.ChannelHandler;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.Throwable;
return;
}
}