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

com.taobao.api.internal.toplink.remoting.HandshakerBean Maven / Gradle / Ivy

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

import java.util.List;
import java.util.Map.Entry;

public interface HandshakerBean {
	public void onHandshake(List> headers, ChannelContextBean context) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy