gnu.crypto.auth.callback

Class ConsoleCallbackHandler

public class ConsoleCallbackHandler extends AbstractCallbackHandler

An implementation of CallbackHandler that reads and writes information to and from System.in and System.out.
Constructor Summary
ConsoleCallbackHandler()
ConsoleCallbackHandler(PrintStream out)
Method Summary
protected voidhandleChoice(ChoiceCallback c)
protected voidhandleConfirmation(ConfirmationCallback c)
protected voidhandleLanguage(LanguageCallback c)
protected voidhandleName(NameCallback c)
protected voidhandlePassword(PasswordCallback c)
protected voidhandleTextInput(TextInputCallback c)
protected voidhandleTextOutput(TextOutputCallback c)

Constructor Detail

ConsoleCallbackHandler

public ConsoleCallbackHandler()

ConsoleCallbackHandler

public ConsoleCallbackHandler(PrintStream out)

Method Detail

handleChoice

protected void handleChoice(ChoiceCallback c)

handleConfirmation

protected void handleConfirmation(ConfirmationCallback c)

handleLanguage

protected void handleLanguage(LanguageCallback c)

handleName

protected void handleName(NameCallback c)

handlePassword

protected void handlePassword(PasswordCallback c)

handleTextInput

protected void handleTextInput(TextInputCallback c)

handleTextOutput

protected void handleTextOutput(TextOutputCallback c)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.