Package | Description |
---|---|
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
net.messagevortex.transport.smtp |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
AbstractConnection.getSecurityContext()
Gets the security context used with the socket channel.
|
SecurityContext |
ListeningSocketChannel.getSecurityContext()
Gets the security context of the channel.
|
SecurityContext |
AbstractConnection.setSecurityContext(SecurityContext context)
Sets the security context to be used with the socket channel.
|
SecurityContext |
ListeningSocketChannel.setSecurityContext(SecurityContext context)
Sets the security context of the socket channel.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
AbstractConnection.setSecurityContext(SecurityContext context)
Sets the security context to be used with the socket channel.
|
SecurityContext |
ListeningSocketChannel.setSecurityContext(SecurityContext context)
Sets the security context of the socket channel.
|
Constructor and Description |
---|
AbstractConnection(InetSocketAddress remoteAddress,
SecurityContext context) |
AbstractConnection(SocketChannel sock,
SecurityContext context)
Create a connection with the given context.
|
AbstractConnection(SocketChannel sock,
SecurityContext context,
boolean isClient)
Create a connection with the given context.
|
ClientConnection(InetSocketAddress socketAddress,
SecurityContext context) |
ClientConnection(SocketChannel channel,
SecurityContext context) |
ServerConnection(SocketChannel channel,
SecurityContext context)
Creates a server connection based on a server channel.
|
Constructor and Description |
---|
ImapClient(InetSocketAddress addr,
SecurityContext secContext) |
ImapPassthruServer(InetSocketAddress listeningAddress,
SecurityContext context,
Credentials listeningCredentials,
InetSocketAddress forwardingServer,
Credentials forwardingCredentials)
Create an IMAP passthru proxy server.
|
ImapServer(InetSocketAddress addr,
SecurityContext enc)
Creates an IMAP server listening on the specified socket address.
|
ImapServer(SecurityContext secContext)
Creates an IMAP server listening the default port on all interfaces of the server.
|
Constructor and Description |
---|
SmtpConnection(InetSocketAddress socketAddress,
SecurityContext context,
Credentials creds) |
SmtpConnection(SocketChannel channel,
SecurityContext secContext,
Credentials creds) |
SmtpReceiver(InetSocketAddress address,
SecurityContext secContext,
TransportReceiver lreceiver)
creates a local SMTP server.
|
SmtpSender(String senderAddress,
String server,
int port,
Credentials creds,
SecurityContext context)
Creates an SMTP sending daemon transfering messages to a smart relay.
|
Copyright © 2023. All rights reserved.