All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.api.internal.toplink.channel.ChannelHandler Maven / Gradle / Ivy

The newest version!
package com.taobao.api.internal.toplink.channel;

public interface ChannelHandler {
	public void onConnect(ChannelContext context) throws Exception;
	public void onMessage(ChannelContext context) throws Exception;
	public void onError(ChannelContext context) throws Exception;
	public void onClosed(String reason);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy