A B C D E F G H I M N O P Q R S T V W

A

AbstractCommand - Class in net.sf.dict4j.command
 
AbstractCommand() - Constructor for class net.sf.dict4j.command.AbstractCommand
 
AbstractDataCommand - Class in net.sf.dict4j.command
 
AbstractDataCommand() - Constructor for class net.sf.dict4j.command.AbstractDataCommand
 
AbstractListDataCommand - Class in net.sf.dict4j.command
 
AbstractListDataCommand() - Constructor for class net.sf.dict4j.command.AbstractListDataCommand
 
AbstractListDataCommand.Entry - Class in net.sf.dict4j.command
 
AbstractListDataCommand.Entry(String, String) - Constructor for class net.sf.dict4j.command.AbstractListDataCommand.Entry
 
add(CacheKey, Object) - Method in interface net.sf.dict4j.cache.CacheProvider
Add object to cache
add(CacheKey, Object) - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Add object to cache
addRequestProperty(String, String) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
ALL_DATABASES - Static variable in class net.sf.dict4j.entity.Database
If the database name is specified with a star (decimal code 42, "*"), then all of the matches in all available databases will be displayed.
appendIncoming(String) - Method in interface net.sf.dict4j.DictLogAppender
 
appendIncoming(String) - Method in class net.sf.dict4j.DictLogAppenderFile
 
appendOutgoing(String) - Method in interface net.sf.dict4j.DictLogAppender
 
appendOutgoing(String) - Method in class net.sf.dict4j.DictLogAppenderFile
 
auth(String, String) - Method in class net.sf.dict4j.DictSession
 
AuthCommand - Class in net.sf.dict4j.command
3.11.
AuthCommand(String, String, String) - Constructor for class net.sf.dict4j.command.AuthCommand
 

B

BANNER - Static variable in class net.sf.dict4j.DictPatterns
 
Banner - Class in net.sf.dict4j.entity
When a client initially connects to a DICT server, a code 220 is sent if the client's IP is allowed to connect:

220 text capabilities msg-id

The code 220 is a banner, usually containing host name and DICT server version information.

Banner(String) - Constructor for class net.sf.dict4j.entity.Banner
 

C

CacheKey - Interface in net.sf.dict4j.cache
 
CacheProvider - Interface in net.sf.dict4j.cache
 
checkResponseCodeForServerException(ResponseEnum) - Method in class net.sf.dict4j.command.AbstractCommand
 
checkResponseCodeForServerException(ResponseEnum) - Method in class net.sf.dict4j.command.AuthCommand
 
checkResponseCodeForServerException(ResponseEnum) - Method in class net.sf.dict4j.command.DefineCommand
 
checkResponseCodeForServerException(ResponseEnum) - Method in class net.sf.dict4j.command.MatchCommand
 
clear() - Method in interface net.sf.dict4j.cache.CacheProvider
Clear cache
clear() - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Clear cache
client(String) - Method in class net.sf.dict4j.DictSession
 
ClientCommand - Class in net.sf.dict4j.command
 
ClientCommand(String) - Constructor for class net.sf.dict4j.command.ClientCommand
 
close() - Method in class net.sf.dict4j.DictSession
 
closeQuietly(Closeable) - Static method in class net.sf.dict4j.DictTransportDefault
Unconditionally close an Closeable.
code - Variable in enum net.sf.dict4j.ResponseEnum
 
Command - Interface in net.sf.dict4j.command
 
CommandEnum - Enum in net.sf.dict4j
The standard commands as per RFC2229 that are sent to the DICT server
connect() - Method in interface net.sf.dict4j.DictTransport
 
connect() - Method in class net.sf.dict4j.DictTransportDefault
 
connect() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
createURLStreamHandler(String) - Method in class net.sf.dict4j.url.dict.DictURLStreamHandlerFactory
 

D

Database - Class in net.sf.dict4j.entity
Represents dict database
Database(String) - Constructor for class net.sf.dict4j.entity.Database
 
Database(String, String) - Constructor for class net.sf.dict4j.entity.Database
 
database - Variable in class net.sf.dict4j.url.dict.DictURLConnection
 
databaseInfo(String) - Method in class net.sf.dict4j.cache.DictSessionWithCache
 
databaseInfo(String) - Method in class net.sf.dict4j.DictSession
 
DatabaseWord - Class in net.sf.dict4j.entity
Represents word definition met info
DatabaseWord(Database, String) - Constructor for class net.sf.dict4j.entity.DatabaseWord
 
DatabaseWord(String, String) - Constructor for class net.sf.dict4j.entity.DatabaseWord
 
DataCommand - Interface in net.sf.dict4j.command
 
DEFAULT_STRATEGY - Static variable in class net.sf.dict4j.entity.Strategy
If the strategy is specified using a period (decimal code 46, "."), then the word will be matched using a server-dependent default strategy, which should be the best strategy available for interactive spell checking.
define(String, String) - Method in class net.sf.dict4j.cache.DictSessionWithCache
Get definitions of word from given database
define(String, String) - Method in class net.sf.dict4j.DictSession
Get definitions of word from given database
define(String) - Method in class net.sf.dict4j.DictSession
 
define(DatabaseWord) - Method in class net.sf.dict4j.DictSession
 
define(String, Database) - Method in class net.sf.dict4j.DictSession
 
DefineCommand - Class in net.sf.dict4j.command
 
DefineCommand(String, String) - Constructor for class net.sf.dict4j.command.DefineCommand
 
DefineCommand(String) - Constructor for class net.sf.dict4j.command.DefineCommand
 
DefineDictURLConnection - Class in net.sf.dict4j.url.dict
 
DefineDictURLConnection(URL) - Constructor for class net.sf.dict4j.url.dict.DefineDictURLConnection
 
Definition - Class in net.sf.dict4j.entity
Represents word definition
Definition(DatabaseWord, String) - Constructor for class net.sf.dict4j.entity.Definition
 
DictLogAppender - Interface in net.sf.dict4j
 
DictLogAppenderFile - Class in net.sf.dict4j
 
DictLogAppenderFile(String) - Constructor for class net.sf.dict4j.DictLogAppenderFile
 
DictPatterns - Class in net.sf.dict4j
CHAR = CTL = CR = LF = SPACE = HTAB = <"> = <'> = CRLF = CR LF WS = 1*(SPACE / HTAB)

dqstring = <"> *(dqtext/quoted-pair) <"> dqtext = , "\", and CTLs> sqstring = <'> *(dqtext/quoted-pair) <'> sqtext = , "\", and CTLs> quoted-pair = "\" CHAR

atom = 1*, <">, and "\"> string = * word = * description = * text = *

DictPatterns() - Constructor for class net.sf.dict4j.DictPatterns
 
DictProtocolException - Exception in net.sf.dict4j.exception
 
DictProtocolException(String, Throwable) - Constructor for exception net.sf.dict4j.exception.DictProtocolException
 
DictProtocolException(String) - Constructor for exception net.sf.dict4j.exception.DictProtocolException
 
DictResponseCodeException - Exception in net.sf.dict4j.exception
 
DictResponseCodeException(int) - Constructor for exception net.sf.dict4j.exception.DictResponseCodeException
 
DictServerException - Exception in net.sf.dict4j.exception
 
DictServerException(ResponseEnum) - Constructor for exception net.sf.dict4j.exception.DictServerException
 
DictServerException(int, String) - Constructor for exception net.sf.dict4j.exception.DictServerException
 
DictSession - Class in net.sf.dict4j
Dict protocol session

This class is thread-safe.

DictSession(String) - Constructor for class net.sf.dict4j.DictSession
 
DictSession(String, int) - Constructor for class net.sf.dict4j.DictSession
 
DictSession(DictTransport) - Constructor for class net.sf.dict4j.DictSession
 
DictSessionWithCache - Class in net.sf.dict4j.cache
 
DictSessionWithCache(String, CacheProvider) - Constructor for class net.sf.dict4j.cache.DictSessionWithCache
 
DictSessionWithCache(String, int, CacheProvider) - Constructor for class net.sf.dict4j.cache.DictSessionWithCache
 
DictSessionWithCache(DictTransport, CacheProvider) - Constructor for class net.sf.dict4j.cache.DictSessionWithCache
 
DictTransport - Interface in net.sf.dict4j
 
DictTransportDefault - Class in net.sf.dict4j
 
DictTransportDefault(InetAddress, int) - Constructor for class net.sf.dict4j.DictTransportDefault
 
DictTransportDefault(InetAddress) - Constructor for class net.sf.dict4j.DictTransportDefault
 
DictTransportDefault(String) - Constructor for class net.sf.dict4j.DictTransportDefault
 
DictTransportDefault(String, int) - Constructor for class net.sf.dict4j.DictTransportDefault
 
DictTransportException - Exception in net.sf.dict4j.exception
 
DictTransportException(String, Throwable) - Constructor for exception net.sf.dict4j.exception.DictTransportException
 
DictTransportException(String) - Constructor for exception net.sf.dict4j.exception.DictTransportException
 
DictURLConnection - Class in net.sf.dict4j.url.dict
 
DictURLConnection(URL) - Constructor for class net.sf.dict4j.url.dict.DictURLConnection
 
DictURLStreamHandlerFactory - Class in net.sf.dict4j.url.dict
 
DictURLStreamHandlerFactory() - Constructor for class net.sf.dict4j.url.dict.DictURLStreamHandlerFactory
 
Digest - Class in net.sf.dict4j
 
Digest(String, String) - Constructor for class net.sf.dict4j.Digest
 
Digest(String, char[]) - Constructor for class net.sf.dict4j.Digest
 
Digest(String, byte[]) - Constructor for class net.sf.dict4j.Digest
 
DigestCacheKey - Class in net.sf.dict4j.cache
 
DigestCacheKey(String) - Constructor for class net.sf.dict4j.cache.DigestCacheKey
 
disconnect() - Method in interface net.sf.dict4j.DictTransport
 
disconnect() - Method in class net.sf.dict4j.DictTransportDefault
 
disconnect() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
doesResponseHaveBody() - Method in class net.sf.dict4j.command.AbstractDataCommand
 
doesResponseHaveBody() - Method in class net.sf.dict4j.command.DefineCommand
 
doesResponseHaveBody() - Method in class net.sf.dict4j.command.MatchCommand
 

E

equals(Object) - Method in class net.sf.dict4j.cache.DigestCacheKey
 
equals(Object) - Method in class net.sf.dict4j.entity.Database
 
equals(Object) - Method in class net.sf.dict4j.entity.Strategy
 

F

FIRST_DATABASE - Static variable in class net.sf.dict4j.entity.Database
If the database name is specified with an exclamation point (decimal code 33, "!")

G

get(CacheKey) - Method in interface net.sf.dict4j.cache.CacheProvider
Get cache object by key
get(CacheKey) - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Get cache object by key
getAllowUserInteraction() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getAuth() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getBanner() - Method in class net.sf.dict4j.DictSession
 
getBanner() - Method in exception net.sf.dict4j.exception.InvalidBannerException
 
getCapabilities() - Method in class net.sf.dict4j.entity.Banner
 
getCode() - Method in exception net.sf.dict4j.exception.DictServerException
 
getContent() - Method in class net.sf.dict4j.url.dict.DefineDictURLConnection
 
getContent(Class[]) - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getContent() - Method in class net.sf.dict4j.url.dict.MatchDictURLConnection
 
getContentEncoding() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getContentLength() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getContentType() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getCreatedDate() - Method in interface net.sf.dict4j.cache.CacheKey
 
getCreatedDate() - Method in class net.sf.dict4j.cache.DigestCacheKey
 
getDatabase() - Method in class net.sf.dict4j.entity.DatabaseWord
 
getDatabase() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getDatabases() - Method in class net.sf.dict4j.command.ShowDatabasesCommand
get databases, available on the server
getDatabaseWordList() - Method in class net.sf.dict4j.command.MatchCommand
 
getDate() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getDefaultPort() - Method in class net.sf.dict4j.url.dict.Handler
 
getDefaultUseCaches() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getDefinitions() - Method in class net.sf.dict4j.command.DefineCommand
 
getDescription() - Method in class net.sf.dict4j.entity.Database
 
getDescription() - Method in class net.sf.dict4j.entity.Strategy
 
getDoInput() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getDoOutput() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getExpiration() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getExpiredKeys() - Method in class net.sf.dict4j.cache.MemoryCacheProvider
 
getHeaderField(int) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHeaderField(String) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHeaderFieldDate(String, long) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHeaderFieldInt(String, int) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHeaderFieldKey(int) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHeaderFields() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getHitsNumber() - Method in class net.sf.dict4j.cache.MemoryCacheProvider
 
getIfModifiedSince() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getInputStream() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getLastModified() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getList() - Method in class net.sf.dict4j.command.AbstractListDataCommand
 
getMessageId() - Method in class net.sf.dict4j.entity.Banner
 
getMeta() - Method in class net.sf.dict4j.entity.Definition
 
getName() - Method in class net.sf.dict4j.entity.Database
 
getName() - Method in class net.sf.dict4j.entity.Strategy
 
getNumberOfMatchesFound() - Method in class net.sf.dict4j.command.MatchCommand
 
getOffset() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getOptionName() - Method in class net.sf.dict4j.command.OptionCommand
 
getOptionName() - Method in class net.sf.dict4j.command.OptionMimeCommand
 
getOutputStream() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getRequestProperties() - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getRequestProperty(String) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
getResponseCode() - Method in class net.sf.dict4j.command.AbstractCommand
 
getResponseCode() - Method in interface net.sf.dict4j.command.Command
 
getResponseEnum(int, ResponseEnum[]) - Method in class net.sf.dict4j.command.AbstractCommand
 
getResponseFooterEnum(int) - Method in class net.sf.dict4j.command.AbstractDataCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.AbstractCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.AuthCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.ClientCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.DefineCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.HelpCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.MatchCommand
552 No match 152 n matches found - text follows
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.OptionCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.QuitCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.ShowDatabaseInfoCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.ShowDatabasesCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.ShowServerCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.ShowStrategiesCommand
 
getResponseHeaderCodes() - Method in class net.sf.dict4j.command.StatusCommand
210 (optional timing and statistical information here)
getResponseHeaderEnum(int) - Method in class net.sf.dict4j.command.AbstractCommand
 
getResponseStatus() - Method in class net.sf.dict4j.command.AbstractCommand
 
getResponseStatus() - Method in interface net.sf.dict4j.command.Command
 
getResponseText() - Method in class net.sf.dict4j.command.AbstractDataCommand
 
getResponseText() - Method in interface net.sf.dict4j.command.DataCommand
 
getStrategies() - Method in class net.sf.dict4j.command.ShowStrategiesCommand
get strategies available on the server
getStrategy() - Method in class net.sf.dict4j.url.dict.MatchDictURLConnection
 
getString() - Method in class net.sf.dict4j.command.AbstractCommand
 
getString() - Method in class net.sf.dict4j.command.AuthCommand
 
getString() - Method in class net.sf.dict4j.command.ClientCommand
 
getString() - Method in class net.sf.dict4j.command.DefineCommand
 
getString() - Method in class net.sf.dict4j.command.HelpCommand
 
getString() - Method in class net.sf.dict4j.command.MatchCommand
 
getString() - Method in class net.sf.dict4j.command.OptionCommand
 
getString() - Method in class net.sf.dict4j.command.QuitCommand
 
getString() - Method in class net.sf.dict4j.command.ShowDatabaseInfoCommand
 
getString() - Method in class net.sf.dict4j.command.ShowDatabasesCommand
 
getString() - Method in class net.sf.dict4j.command.ShowServerCommand
 
getString() - Method in class net.sf.dict4j.command.ShowStrategiesCommand
 
getString() - Method in class net.sf.dict4j.command.StatusCommand
 
getText() - Method in class net.sf.dict4j.entity.Banner
 
getText() - Method in class net.sf.dict4j.entity.Definition
 
getUsername() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
getWord() - Method in class net.sf.dict4j.entity.DatabaseWord
 
getWord() - Method in class net.sf.dict4j.entity.Definition
 
getWord() - Method in class net.sf.dict4j.url.dict.DictURLConnection
 

H

Handler - Class in net.sf.dict4j.url.dict
 
Handler() - Constructor for class net.sf.dict4j.url.dict.Handler
 
hashCode() - Method in class net.sf.dict4j.cache.DigestCacheKey
 
hashCode() - Method in class net.sf.dict4j.entity.Database
 
hashCode() - Method in class net.sf.dict4j.entity.Strategy
 
help() - Method in class net.sf.dict4j.cache.DictSessionWithCache
 
help() - Method in class net.sf.dict4j.DictSession
 
HelpCommand - Class in net.sf.dict4j.command
3.8.
HelpCommand() - Constructor for class net.sf.dict4j.command.HelpCommand
 

I

IllegalMethodException - Exception in net.sf.dict4j.url.dict
 
IllegalMethodException(String) - Constructor for exception net.sf.dict4j.url.dict.IllegalMethodException
 
invalidateCache() - Method in interface net.sf.dict4j.cache.CacheProvider
Check all cache entries and remove expired ones
invalidateCache() - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Check all cache entries and remove expired ones
InvalidBannerException - Exception in net.sf.dict4j.exception
 
InvalidBannerException(String, Throwable) - Constructor for exception net.sf.dict4j.exception.InvalidBannerException
 
InvalidBannerException(String) - Constructor for exception net.sf.dict4j.exception.InvalidBannerException
 
isClosed() - Method in class net.sf.dict4j.DictSession
 
isOpen() - Method in class net.sf.dict4j.DictSession
 
isOptionMime() - Method in class net.sf.dict4j.DictSession
 
isSuccess() - Method in class net.sf.dict4j.command.AuthCommand
 

M

match(String, String, String) - Method in class net.sf.dict4j.cache.DictSessionWithCache
Match word in given database using given strategy
match(String) - Method in class net.sf.dict4j.DictSession
Match word in all available databases using default strategy
match(String, String, String) - Method in class net.sf.dict4j.DictSession
Match word in given database using given strategy
match(String, Database, Strategy) - Method in class net.sf.dict4j.DictSession
 
match(String, Database) - Method in class net.sf.dict4j.DictSession
 
MatchCommand - Class in net.sf.dict4j.command
MATCH database strategy word

This command searches an index for the dictionary, and reports words which were found using a particular strategy.

MatchCommand(String, String, String) - Constructor for class net.sf.dict4j.command.MatchCommand
 
MatchCommand(Database, Strategy, String) - Constructor for class net.sf.dict4j.command.MatchCommand
 
MatchCommand(Strategy, String) - Constructor for class net.sf.dict4j.command.MatchCommand
 
MatchCommand(Database, String) - Constructor for class net.sf.dict4j.command.MatchCommand
 
MatchCommand(String) - Constructor for class net.sf.dict4j.command.MatchCommand
 
MatchDictURLConnection - Class in net.sf.dict4j.url.dict
 
MatchDictURLConnection(URL) - Constructor for class net.sf.dict4j.url.dict.MatchDictURLConnection
 
MemoryCacheProvider - Class in net.sf.dict4j.cache
 
MemoryCacheProvider(long) - Constructor for class net.sf.dict4j.cache.MemoryCacheProvider
 

N

net.sf.dict4j - package net.sf.dict4j
 
net.sf.dict4j.cache - package net.sf.dict4j.cache
 
net.sf.dict4j.command - package net.sf.dict4j.command
 
net.sf.dict4j.entity - package net.sf.dict4j.entity
 
net.sf.dict4j.exception - package net.sf.dict4j.exception
 
net.sf.dict4j.url.dict - package net.sf.dict4j.url.dict
 

O

offset - Variable in class net.sf.dict4j.url.dict.DictURLConnection
 
open(String) - Method in class net.sf.dict4j.DictSession
 
openConnection(URL) - Method in class net.sf.dict4j.url.dict.Handler
 
OptionCommand - Class in net.sf.dict4j.command
3.10.
OptionCommand() - Constructor for class net.sf.dict4j.command.OptionCommand
 
OptionMimeCommand - Class in net.sf.dict4j.command
3.10.1.1.
OptionMimeCommand() - Constructor for class net.sf.dict4j.command.OptionMimeCommand
 

P

parseParameters(String[]) - Method in class net.sf.dict4j.url.dict.DefineDictURLConnection
 
parseParameters(String[]) - Method in class net.sf.dict4j.url.dict.DictURLConnection
 
parseParameters(String[]) - Method in class net.sf.dict4j.url.dict.MatchDictURLConnection
 
parseResponse(String) - Method in class net.sf.dict4j.command.AbstractCommand
 
parseResponseHeader(String) - Method in class net.sf.dict4j.command.AbstractCommand
 
parseResponseHeader(String) - Method in class net.sf.dict4j.command.DefineCommand
 
parseResponseHeader(String) - Method in class net.sf.dict4j.command.MatchCommand
 
parseResponseText() - Method in class net.sf.dict4j.command.AbstractListDataCommand
 
parseResponseText() - Method in class net.sf.dict4j.command.MatchCommand
 
parseResponseText() - Method in class net.sf.dict4j.command.ShowDatabasesCommand
 
parseResponseText() - Method in class net.sf.dict4j.command.ShowStrategiesCommand
 

Q

quit() - Method in class net.sf.dict4j.DictSession
 
QuitCommand - Class in net.sf.dict4j.command
3.9.
QuitCommand() - Constructor for class net.sf.dict4j.command.QuitCommand
 

R

receiveBody(DictTransport) - Method in class net.sf.dict4j.command.AbstractDataCommand
 
receiveBody(DictTransport) - Method in class net.sf.dict4j.command.AbstractListDataCommand
 
receiveBody(DictTransport) - Method in class net.sf.dict4j.command.DefineCommand
 
receiveFooter(DictTransport) - Method in class net.sf.dict4j.command.AbstractDataCommand
 
receiveHeader(DictTransport) - Method in class net.sf.dict4j.command.AbstractCommand
 
receiveLine() - Method in interface net.sf.dict4j.DictTransport
 
receiveLine() - Method in class net.sf.dict4j.DictTransportDefault
 
receiveResponse() - Method in interface net.sf.dict4j.DictTransport
 
receiveResponse() - Method in class net.sf.dict4j.DictTransportDefault
 
remove(CacheKey) - Method in interface net.sf.dict4j.cache.CacheProvider
Remove object from cache by key
remove(CacheKey) - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Remove object from cache by key
responseCode - Variable in class net.sf.dict4j.command.AbstractCommand
 
ResponseEnum - Enum in net.sf.dict4j
The standard response codes received from the server as per RFC 2229
responseStatus - Variable in class net.sf.dict4j.command.AbstractCommand
 
responseText - Variable in class net.sf.dict4j.command.AbstractDataCommand
 

S

send(DictTransport) - Method in class net.sf.dict4j.command.AbstractCommand
 
send(DictTransport) - Method in class net.sf.dict4j.command.AbstractDataCommand
 
send(DictTransport) - Method in interface net.sf.dict4j.command.Command
 
sendCommand(String) - Method in interface net.sf.dict4j.DictTransport
 
sendCommand(String) - Method in class net.sf.dict4j.DictTransportDefault
 
serverInfo() - Method in class net.sf.dict4j.cache.DictSessionWithCache
 
serverInfo() - Method in class net.sf.dict4j.DictSession
 
session - Variable in class net.sf.dict4j.url.dict.DictURLConnection
 
setAllowUserInteraction(boolean) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setCacheEnabled(boolean) - Static method in class net.sf.dict4j.cache.DictSessionWithCache
 
setDefaultUseCaches(boolean) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setDoInput(boolean) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setDoOutput(boolean) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setExpirationInSeconds(long) - Method in class net.sf.dict4j.cache.MemoryCacheProvider
 
setIfModifiedSince(long) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setLogAppender(DictLogAppender) - Method in class net.sf.dict4j.DictSession
 
setLogAppender(DictLogAppender) - Static method in class net.sf.dict4j.DictTransportDefault
 
setOptionMime() - Method in class net.sf.dict4j.DictSession
 
setPassphrase(String) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Whenever authentication is required, the client SHOULD request additional information (e.g., a passphrase) from the user.
setRequestProperty(String, String) - Method in class net.sf.dict4j.url.dict.DictURLConnection
Deprecated. This method is not used by DictURLConnection class
setSocketConnectTimeout(int) - Method in class net.sf.dict4j.DictTransportDefault
 
setSocketSoTimeout(int) - Method in class net.sf.dict4j.DictTransportDefault
 
ShowDatabaseInfoCommand - Class in net.sf.dict4j.command
3.5.3.1.
ShowDatabaseInfoCommand(String) - Constructor for class net.sf.dict4j.command.ShowDatabaseInfoCommand
 
showDatabases() - Method in class net.sf.dict4j.cache.DictSessionWithCache
 
showDatabases() - Method in class net.sf.dict4j.DictSession
 
ShowDatabasesCommand - Class in net.sf.dict4j.command
3.5.1.1.
ShowDatabasesCommand() - Constructor for class net.sf.dict4j.command.ShowDatabasesCommand
 
ShowServerCommand - Class in net.sf.dict4j.command
3.5.4.
ShowServerCommand() - Constructor for class net.sf.dict4j.command.ShowServerCommand
 
showStrategies() - Method in class net.sf.dict4j.cache.DictSessionWithCache
 
showStrategies() - Method in class net.sf.dict4j.DictSession
 
ShowStrategiesCommand - Class in net.sf.dict4j.command
3.5.2.1.
ShowStrategiesCommand() - Constructor for class net.sf.dict4j.command.ShowStrategiesCommand
 
size() - Method in interface net.sf.dict4j.cache.CacheProvider
Get number of entities in cache
size() - Method in class net.sf.dict4j.cache.MemoryCacheProvider
Get number of entities in cache
status() - Method in class net.sf.dict4j.DictSession
 
StatusCommand - Class in net.sf.dict4j.command
3.7.
StatusCommand() - Constructor for class net.sf.dict4j.command.StatusCommand
 
Strategy - Class in net.sf.dict4j.entity
Represents dict strategy
Strategy(String) - Constructor for class net.sf.dict4j.entity.Strategy
 
Strategy(String, String) - Constructor for class net.sf.dict4j.entity.Strategy
 
stripQuotes(String) - Static method in class net.sf.dict4j.command.AbstractCommand
 

T

toString() - Method in class net.sf.dict4j.command.AbstractCommand
 
toString() - Method in enum net.sf.dict4j.CommandEnum
 
toString() - Method in class net.sf.dict4j.Digest
 
toString() - Method in class net.sf.dict4j.entity.Database
 
toString() - Method in class net.sf.dict4j.entity.DatabaseWord
 
toString() - Method in class net.sf.dict4j.entity.Strategy
 
toString() - Method in enum net.sf.dict4j.ResponseEnum
 

V

valueOf(String) - Static method in enum net.sf.dict4j.CommandEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.dict4j.ResponseEnum
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum net.sf.dict4j.ResponseEnum
 
values() - Static method in enum net.sf.dict4j.CommandEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.dict4j.ResponseEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORD - Static variable in class net.sf.dict4j.DictPatterns
 
word - Variable in class net.sf.dict4j.url.dict.DictURLConnection
 

A B C D E F G H I M N O P Q R S T V W