Uses of Class
net.messagevortex.transport.AbstractConnection
Packages that use AbstractConnection
Package
Description
This package contains vital classes for transport layer.
Contains all the classes required for the imap implementation.
-
Uses of AbstractConnection in net.messagevortex.transport
Subclasses of AbstractConnection in net.messagevortex.transportModifier and TypeClassDescriptionclassclassA generic listening server connection.Constructors in net.messagevortex.transport with parameters of type AbstractConnectionModifierConstructorDescriptionThis copy constructor enables duplication of a connection.Creates a connection based on a template connection. -
Uses of AbstractConnection in net.messagevortex.transport.imap
Subclasses of AbstractConnection in net.messagevortex.transport.imapConstructors in net.messagevortex.transport.imap with parameters of type AbstractConnectionModifierConstructorDescriptionImapConnection(AbstractConnection ac, AuthenticationProxy proxy) Creates an ImapConnection. -
Uses of AbstractConnection in net.messagevortex.transport.smtp
Subclasses of AbstractConnection in net.messagevortex.transport.smtpModifier and TypeClassDescriptionclassCreates a connection to a SMTP Server Socket.class