jSyncManager Simple Java Server
A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractAdapter - Class in org.jSyncManager.SJS.API
The Abstract Adapter class.
AbstractAdapter() - Constructor for class org.jSyncManager.SJS.API.AbstractAdapter
Constructs a new instance of this abstract adapter.
AbstractRequestResponseAdapter - Class in org.jSyncManager.SJS.API
An abstract parent for all Request/Response adapters.
AbstractRequestResponseAdapter() - Constructor for class org.jSyncManager.SJS.API.AbstractRequestResponseAdapter
Constructs a new AbstractRequestResponseAdapter instance.
AbstractSMTPServer - Class in org.jSyncManager.SJS.Adapters.SMTPServer
This is an abstract adapter to be used for handling smtp requests.
AbstractSMTPServer() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
AbstractSMTPServer constructor, initializes the commands
AbstractSMTPServer.CommandData - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the DATA command
AbstractSMTPServer.CommandData() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandData
General summary
AbstractSMTPServer.CommandEhlo - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the EHLO command
AbstractSMTPServer.CommandEhlo() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandEhlo
General summary
AbstractSMTPServer.CommandExpn - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the EXPN command
AbstractSMTPServer.CommandExpn() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandExpn
General summary
AbstractSMTPServer.CommandHelo - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the HELO command
AbstractSMTPServer.CommandHelo() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandHelo
General summary
AbstractSMTPServer.CommandHelo(String) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandHelo
General summary
AbstractSMTPServer.CommandHelp - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the HELP command
AbstractSMTPServer.CommandHelp() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandHelp
General summary
AbstractSMTPServer.CommandMail - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the MAIL command
AbstractSMTPServer.CommandMail() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandMail
General summary
AbstractSMTPServer.CommandNoop - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the NOOP command
AbstractSMTPServer.CommandNoop() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandNoop
General summary
AbstractSMTPServer.CommandQuit - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the QUIT command
AbstractSMTPServer.CommandQuit() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandQuit
General summary
AbstractSMTPServer.CommandRcpt - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the RCPT command
AbstractSMTPServer.CommandRcpt() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandRcpt
General summary
AbstractSMTPServer.CommandRset - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the RSET command
AbstractSMTPServer.CommandRset() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandRset
General summary
AbstractSMTPServer.CommandVrfy - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the VRFY command
AbstractSMTPServer.CommandVrfy() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.CommandVrfy
General summary
AbstractSMTPServer.SmtpCommand - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Handles the response of the system to a single command
AbstractSMTPServer.SmtpCommand(String) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.SmtpCommand
constructs a new command with the given command string.
AbstractSMTPServer.State - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Stores a mutable long for the masks which represent the state information
AbstractSMTPServer.State() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.State
creates a state with no bits set
AbstractSMTPServer.State(long) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.State
creates a state with some bits initially set
AbstractSMTPServerContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.contracts
This class lists the contracts and invariants for the AbstactSMTPServer class
AbstractSMTPServerContract(AbstractSMTPServer) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.AbstractSMTPServerContract
A general constructor that sets the instance variable
This is of the form required by C4J
acceptAllIncomingRequests() - Method in class org.jSyncManager.SJS.Server
Causes the server to accept all incoming requests in all services.
acceptAllIncomingRequests() - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
Causes the server to accept all incoming requests in all services.
acceptIncomingRequests(SocketAddress) - Method in class org.jSyncManager.SJS.Server
A method to accept incoming requests to the specified service.
acceptIncomingRequests(String) - Method in class org.jSyncManager.SJS.Server
A method to accept incoming requests to the specified service.
acceptIncomingRequests(String, int) - Method in class org.jSyncManager.SJS.Server
A method to accept incoming requests to the specified service.
acceptIncomingRequests(SocketAddress) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to accept incoming requests to the specified service.
acceptIncomingRequests(String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to accept incoming requests to the specified service.
acceptIncomingRequests(String, int) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to accept incoming requests to the specified service.
Adapter - Class in org.jSyncManager.SJS.webstart
 
Adapter() - Constructor for class org.jSyncManager.SJS.webstart.Adapter
 
adapterClass - Variable in class org.jSyncManager.SJS.ConnectionManager
A field to store the class name for the adapter class this connection manager is associated with.
AdapterPanel - Class in org.jSyncManager.SJS.webstart
 
AdapterPanel(Launcher) - Constructor for class org.jSyncManager.SJS.webstart.AdapterPanel
 
addAdapter(Adapter) - Method in class org.jSyncManager.SJS.webstart.Model
 
addDomain(Domain) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
addNewAdapter() - Method in class org.jSyncManager.SJS.webstart.Launcher
 
addRcpt(Address) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
Address - Class in org.jSyncManager.SJS.Adapters.SMTPServer
A class which represents an address of some mail sender/receiver.
Address(String) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Address
General summary
Address(User, Domain) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Address
Constructor, accepts a user and domain
AddressContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.contracts
This class specifies the contracts for relevant methods of the Address class.
AddressContract(Address) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.AddressContract
Creates the AddressContract class.
addressRegex - Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.util.SMTPUtils
Simple email expression.
addTo(Address) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the address of the receiver of a message
addy - Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.AddressContract
The address class being checked.
ALL_IPv4_BOUND_ADDRESSES - Static variable in class org.jSyncManager.SJS.ServerManager
A string constant representing all bind addresses for IPv4.
appendData(String) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Appends data to the end of the message body
applyState() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.SmtpCommand
Applies the state mask for this command to the state
areBitsSet(long) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.State
Checks whether the given bits are currently set in the state
atDomainRegex - Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
A string to provide the basic regex for a valid domain name preceeded by an '@'.

jSyncManager Simple Java Server
A B C D E F G H I L M N O P Q R S T U V W X
Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.