Interface ServerUserReplyHandler

All Superinterfaces:
ServerReplyHandler

public interface ServerUserReplyHandler extends ServerReplyHandler
Handler for USER command response.

On success, the handler receives a ClientPasswordState to continue with the PASS command. On failure, the handler returns to the AUTHORIZATION state.

Author:
Chris Burdess
See Also: