Overview
Package
Class
Use
Tree
Index
Help
jSyncManager Simple Java Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
P
PARAM_NOT_IMPLEMENTED
- Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
String returned when a parameter is not implemented
PATH_SEP
- Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
Mbox
Convenience variable for the directory path separator
PlayerHandlerContract
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts
Description of the type...
PlayerHandlerContract(ConfigDAOXML.PlayerHandler)
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
PlayerHandlerContract
Constructor as C4J demands
port
- Variable in class org.jSyncManager.SJS.
ConnectionManager
A field to store the TCP port to listen to for connections.
post_addDomain(Domain)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the domain to be added is not null.
post_addRcpt(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the recipient to be added is not null.
post_buildReceivedMessage()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
post_checkAddress(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_clearBits(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true at the conclusion of running clearBits Method
post_closeConnection(BufferedReader, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the input and output streams referred to by this method are not null.
post_createMessageFromMboxData(String[], User)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
post_doLookup(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
DNSUtilContract
Must h old true after running doLookup method
post_Domain(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Post-condition for the Domain constructor.
post_getConfigDAO()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
XMLDAOFactoryContract
The post condition for getConfigDAO method
post_getConfiguration()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
PlayerHandlerContract
These conditons must hold after the getConfiguration method
post_getDomains()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the value returned is not null.
post_getDomains()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_getMessages(User)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
post_getPath()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
UserContract
The post condition for getPath method
post_getPort()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the value returned is not null.
post_getRcpts()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the value returned is not null.
post_getServer()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the value returned is not null.
post_getState()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true at the conclusion of running getState Method
post_getText()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
PlayerHandlerContract
These conditions must hold after the getText Method is run
post_getUsers()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_instantiateDAO(Class)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
XMLDAOFactoryContract
There is no post condition for instatiateDAO method
post_isValidAddress(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.util.contracts.
SMTPUtilsContract
Post-condition for the isValidAddress method.
post_loadConfig(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
GenericDAOContract
The conditions that must hold at the conclusion of the loadConfig method
post_Message(Date, Date, Address, List<Address>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-Message (second) constructor condition.
post_Message(Address, List<Address>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-Message (third) constructor condition..
post_MXLookup(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
DNSUtilContract
Must h old true after running MXlookup method
post_process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPCommandContract
These conditions must be true at the conclusion of running process Method
post_processData(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processData method
post_processData()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processExpn method
post_processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processFinished(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processFinnished method
post_processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running processHelo Method
post_processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processHelp method
post_processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processMail(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processMail method
post_processMail(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processMessageFinished()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processNoop(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processNoop method
post_processNoop()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processQuit(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processQuit method
post_processQuit()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running processRcpt Method
post_processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Check to ensure that the server always returns a response (if there is a problem, it should return an error string, never null).
post_processRequest(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running processRequest Method
post_processRset(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processRset method
post_processVrfy(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running the processVrfy method
post_send()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
post_sendLine(String, BufferedReader, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that line, input, and output parameters are not null.
post_sendLineData(String, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the line and output parameters are not null.
post_setDomain(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Pre-condition for the setDomain.
post_setFrom(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for setFrom.
post_setFrom(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for setFrom.
post_setPort(int)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the supplied port number is assigned to the port instance variable.
post_setReceived(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for setReceived.
post_setSent(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for setSent.
post_setTo(List<Address>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for setTo method.
post_storeMessage(Message, Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
post_storeMessages(Message[])
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
post_stripBackspace(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true at the conclusion of running stripBackspace Method
post_toString()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Post-condition for toString.
post_toString()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
UserContract
The post condition for toString method
post_toString()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Post-condition for toString method.
pre_addDomain(Domain)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the domain to be added is not null.
pre_addRcpt(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the recipient to be added is not null.
pre_Address(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AddressContract
The address parameter is not check for nullity, and it is assumed that there is an @ symbol in it.
pre_Address(User, Domain)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AddressContract
Neither parameter is check for nullity before being used.
pre_addTo(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for addTo method.
pre_appendData(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for appendData method.
pre_areBitsSet(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true before running the areBitsSet method
pre_checkAddress(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Code doesn't check to ensure that addr is not null, so it is checked in this contract.
pre_clearBits(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true before running the clearBits method
pre_closeConnection(BufferedReader, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the input and output streams referred to by this method are not null.
pre_createMessageFromMboxData(String[], User)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
pre_doLookup(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
DNSUtilContract
Must h old true before running doLookup method
pre_Domain(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Pre-condition for the Domain constructor.
pre_endElement(String, String, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
PlayerHandlerContract
These conditions must hold before the startElement method is run.
pre_getAddress(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Code doesn't check to ensure that address is not null, so it is checked in this contract.
pre_getMessages(User)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
pre_getToIter()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for getToIter method.
pre_insertBits(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true before running the insertBits method
pre_instance(Class<?>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DAOFactoryContract
The pre-condition for the instance method.
pre_instantiateDAO(Class)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
XMLDAOFactoryContract
The pre condition for instantiateDAO method
pre_isStateSet(String...)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPCommandContract
These conditions must be true before running the isStateSet method
pre_isValidAddress(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.util.contracts.
SMTPUtilsContract
Pre-condition for the isValidAddress method.
pre_loadConfig(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
GenericDAOContract
The conditions that must hold at the beginning of the loadConfig method
pre_Message()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-Message constructor condition.
pre_Message(Date, Date, Address, List<Address>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-Message (second) constructor condition.
pre_Message(Address, List<Address>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-Message (third) constructor condition.
pre_MXLookup(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
DNSUtilContract
Must h old true before running MXlookup method
pre_process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPCommandContract
These conditions must be true before running the process method
pre_processData(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processData method
pre_processEhlo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Code doesn't check to ensure that args is not null, so it is checked in this contract.
pre_processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processExpn method
pre_processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Code doesn't check to ensure that args is not null, so it is checked in this contract.
pre_processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processHelo method
pre_processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Code doesn't check to ensure that args is not null, so it is checked in this contract.
pre_processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processHelp method
pre_processMessagePart(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processMessagePart method
pre_processNextData(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
CommandDataContract
These conditions must be true before running the processNextData method
pre_processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before of running processRcpt Method
pre_processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
¥ÊCode doesn't check to ensure that addr is not null, so it is checked in this contract.
pre_processRequest(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processRequest method
pre_processVrfy(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the processVrfy method
pre_sendLine(String, BufferedReader, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that line, input, and output parameters are not null.
pre_sendLineData(String, DataOutputStream)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the line and output parameters are not null.
pre_setDomain(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Pre-condition for the setDomain.
pre_setFrom(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for setFrom.
pre_setFrom(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for setFrom.
pre_setName(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
UserContract
The pre condition for setName method
pre_setPath(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
UserContract
The pre condition for setPath method
pre_setPort(int)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteServerMessageContract
This contract ensures that the supplied number to be assigned to port is within the range of acceptable values according to the Internet Assigned Numbers Authority (IANA).
pre_setReceived(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for setReceived.
pre_setSent(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for setSent.
pre_setState(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
These conditions must be true before running the areBitsSet method
pre_setTo(List<Address>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for setTo.
pre_startElement(String, String, String, Attributes)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
PlayerHandlerContract
These conditions must hold before the startElement method is run.
pre_store(Message, Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
RemoteMessageHandlerContract
These conditions must hold true before the store method can happen
pre_storeMessage(Message, Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
pre_storeMessages(Message[])
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
MboxContract
pre_stripBackspace(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
AbstractSMTPServerContract
These conditions must be true before running the stripBackspace method
pre_toString()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.
DomainContract
Pre-condition for toString.
pre_toString()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
MessageContract
Pre-condition for toString method.
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandData
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandEhlo
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandExpn
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandHelo
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandHelp
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandMail
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandNoop
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandQuit
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandRcpt
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandRset
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.CommandVrfy
General summary
process(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.SmtpCommand
Processes the given request with this command handler implementation
processConnection(InputStream, OutputStream)
- Method in class org.jSyncManager.SJS.API.
AbstractAdapter
The processConnection method.
processConnection(Socket, Properties, ConnectionManagerInterface)
- Method in class org.jSyncManager.SJS.API.
AbstractAdapter
The processConnection method.
processConnection(InputStream, OutputStream)
- Method in class org.jSyncManager.SJS.API.
AbstractRequestResponseAdapter
The processConnection method.
processData()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct DATA command
processData()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processData()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processEhlo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct EHLO command
processEhlo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processEhlo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct EXPN command
processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processExpn(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct HELO command
processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processHelo(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct HELP command
processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processHelp(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processMail(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct MAIL command
processMail(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processMail(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processMessageFinished()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
run at the end of a message, after "." appears on a line by itself
processMessageFinished()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processMessageFinished()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processMessagePart(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a string received while in the DATA state
processMessagePart(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processMessagePart(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processNoop()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes NOOP command
processNoop()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processNoop()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processQuit()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct QUIT command
processQuit()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processQuit()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct RCPT command.
processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
Checking recipent's email address
processRcpt(List<String>, String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processRequest(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Implementation of the processRequest method from AbstractResponseAdapter.
processRequest(String)
- Method in class org.jSyncManager.SJS.Adapters.TestAdapter.
TestAdapter
The processRequest method.
processRequest(String)
- Method in class org.jSyncManager.SJS.API.
AbstractRequestResponseAdapter
The processRequest method.
processRset()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct RSET command
processRset()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processRset()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
processVrfy(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
Processes a syntactically correct VRFY command
processVrfy(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
General summary
processVrfy(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
General summary
PropertyConverter
- Class in
org.jSyncManager.SJS.installtools
PropertyConverter()
- Constructor for class org.jSyncManager.SJS.installtools.
PropertyConverter
props
- Variable in class org.jSyncManager.SJS.API.
AbstractAdapter
The properties held by the connection manager instance.
props
- Variable in class org.jSyncManager.SJS.
ConnectionManager
A field to store the properties associated with this connection manager.
Overview
Package
Class
Use
Tree
Index
Help
jSyncManager Simple Java Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.