org.craft.atom.protocol.ssl
Interface SslHandshakeHandler


public interface SslHandshakeHandler

The handshake handler for SslCodec

Version:
1.0, Oct 18, 2013
Author:
mindwind

Method Summary
 void needWrite(byte[] bytes)
          Need write some handshake data to remote side before handshake can continue.
 

Method Detail

needWrite

void needWrite(byte[] bytes)
Need write some handshake data to remote side before handshake can continue.

Parameters:
bytes -


Copyright © 2014. All Rights Reserved.