org.neociclo.odetteftp.security
Interface OneToOneHandler<T extends Callback>

All Known Implementing Classes:
PasswordAuthenticationHandler, PasswordHandler

public interface OneToOneHandler<T extends Callback>

Define the handler for a specific Callback type.

Version:
$Rev: 703 $ $Date: 2010-09-21 13:47:07 -0300 (Tue, 21 Sep 2010) $
Author:
Rafael Marins

Method Summary
 void handle(T cb)
           
 

Method Detail

handle

void handle(T cb)
            throws IOException
Parameters:
cb -
Throws:
IOException - if an input or output error occur.


ACCORD