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

org.craft.atom.protocol.ssl.SslHandshakeHandler Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.craft.atom.protocol.ssl;

/**
 * The handshake handler for {@link SslCodec} 
 * 
 * @author mindwind
 * @version 1.0, Oct 18, 2013
 */
public interface SslHandshakeHandler {
	
	/**
	 * Need write some handshake data to remote side before handshake can continue.
	 * 
	 * @param bytes
	 */
	void needWrite(byte[] bytes);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy