Uses of Interface
org.bluezoo.gumdrop.pop3.client.handler.ServerAuthReplyHandler
Packages that use ServerAuthReplyHandler
Package
Description
Non-blocking POP3 client for accessing remote mailboxes.
POP3 client handler and state interfaces.
-
Uses of ServerAuthReplyHandler in org.bluezoo.gumdrop.pop3.client
Methods in org.bluezoo.gumdrop.pop3.client with parameters of type ServerAuthReplyHandlerModifier and TypeMethodDescriptionvoidPOP3ClientProtocolHandler.auth(String mechanism, byte[] initialResponse, ServerAuthReplyHandler callback) voidPOP3ClientProtocolHandler.respond(byte[] response, ServerAuthReplyHandler callback) -
Uses of ServerAuthReplyHandler in org.bluezoo.gumdrop.pop3.client.handler
Methods in org.bluezoo.gumdrop.pop3.client.handler with parameters of type ServerAuthReplyHandlerModifier and TypeMethodDescriptionvoidClientAuthorizationState.auth(String mechanism, byte[] initialResponse, ServerAuthReplyHandler callback) Initiates SASL authentication.voidClientPostStls.auth(String mechanism, byte[] initialResponse, ServerAuthReplyHandler callback) Initiates SASL authentication.voidClientAuthExchange.respond(byte[] response, ServerAuthReplyHandler callback) Sends a response to the server's SASL challenge.