fabric.common.net.handshake
Class HandshakeAuthenticated

java.lang.Object
  extended by fabric.common.net.handshake.HandshakeAuthenticated
All Implemented Interfaces:
HandshakeProtocol

public class HandshakeAuthenticated
extends java.lang.Object
implements HandshakeProtocol


Constructor Summary
HandshakeAuthenticated()
           
 
Method Summary
 ShakenSocket initiate(java.lang.String name, SocketAddress addr)
           
 ShakenSocket receive(java.net.Socket s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandshakeAuthenticated

public HandshakeAuthenticated()
Method Detail

initiate

public ShakenSocket initiate(java.lang.String name,
                             SocketAddress addr)
                      throws java.io.IOException
Specified by:
initiate in interface HandshakeProtocol
Throws:
java.io.IOException

receive

public ShakenSocket receive(java.net.Socket s)
Specified by:
receive in interface HandshakeProtocol