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

com.taobao.api.internal.toplink.endpoint.StateHandler Maven / Gradle / Ivy

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

import com.taobao.api.internal.toplink.LinkException;

public interface StateHandler {
	public void onConnect(EndpointProxy endpoint, ChannelSenderWrapper sender, Identity connectingIdentity) throws LinkException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy