Serialized Form


Package org.jasen.core.parsers.handlers

Class org.jasen.core.parsers.handlers.URLPortTagHandlerResult extends Object implements Serializable

Serialized Fields

port

String port


Package org.jasen.net

Class org.jasen.net.CachedInetAddress extends Object implements Serializable

Serialized Fields

hostname

String hostname

inetAddress

InetAddress inetAddress

ttl

long ttl

cachedAt

long cachedAt

unknown

boolean unknown

Class org.jasen.net.MXRecord extends Object implements Serializable

Serialized Fields

address

InetAddress address

preference

int preference


Package org.jasen.io

Class org.jasen.io.NonBlockingIOException extends IOException implements Serializable

Serialized Fields

code

int code


Package org.jasen.config

Class org.jasen.config.JasenConfiguration extends Object implements Serializable

Serialized Fields

libPath

String libPath

calculator

String calculator

mimeParser

String mimeParser

headerParser

String headerParser

tokenizer

String tokenizer

result

String result

boundary

String boundary

errorHandler

String errorHandler

dnsResolver

String dnsResolver

inetResolver

String inetResolver

tokenLimit

String tokenLimit

confidence

String confidence

guess

String guess

esf

String esf

ftt

String ftt

autoUpdateUrl

String autoUpdateUrl

autoUpdateParcel

String autoUpdateParcel

autoUpdateFrequency

String autoUpdateFrequency

autoUpdateEnabled

String autoUpdateEnabled

autoUpdateCheckOnStartup

String autoUpdateCheckOnStartup

autoUpdateReadBuffer

String autoUpdateReadBuffer

autoUpdateReadTimout

String autoUpdateReadTimout

autoUpdateErrorHandler

String autoUpdateErrorHandler

pluginConfigurations

List pluginConfigurations

parserConfiguration

JasenParserConfiguration parserConfiguration

Class org.jasen.config.JasenParserConfiguration extends Object implements Serializable

Serialized Fields

contrastThreshold

String contrastThreshold

microFontSize

String microFontSize

microElementSize

String microElementSize

Class org.jasen.config.JasenPluginConfiguration extends Object implements Serializable

Serialized Fields

priority

String priority

name

String name

displayName

String displayName

description

String description

type

String type

calculator

String calculator

properties

String properties


Package org.jasen.core.engine

Class org.jasen.core.engine.JasenMap extends Object implements Serializable

serialVersionUID: -2956615593555961715l

Serialized Fields

hamObservations

int hamObservations

spamObservations

int spamObservations

tokens

Map tokens

Class org.jasen.core.engine.JasenToken extends Object implements Serializable

serialVersionUID: -5467086125915806103l

Serialized Fields

spamCount

int spamCount

hamCount

int hamCount


Package org.jasen.update

Class org.jasen.update.JasenAutoUpdateConfiguration extends Object implements Serializable

Serialized Fields

updateURL

URL updateURL

parcel

String parcel

frequency

long frequency

checkOnStartup

boolean checkOnStartup

readBuffer

int readBuffer

readTimeout

long readTimeout

errorHandler

JasenErrorHandler errorHandler

Class org.jasen.update.JasenAutoUpdateFile extends Object implements Serializable

Serialized Fields

archivePath

String archivePath

jasenPath

String jasenPath

Class org.jasen.update.JasenAutoUpdateParcel extends Object implements Serializable

serialVersionUID: 6060832667715172555l

Serialized Fields

updateDate

String updateDate

updateId

String updateId

size

String size


Package org.jasen.core

Class org.jasen.core.AbstractTestResult extends Object implements Serializable

Serialized Fields

absolute

boolean absolute

Class org.jasen.core.JasenMessageWrapper extends Object implements Serializable

Serialized Fields

source

JasenMessage source

engine

Jasen engine

Class org.jasen.core.MultiPointTestResult extends AbstractTestResult implements Serializable

Serialized Fields

results

List results

calculator

ProbabilityCalculator calculator

defaultProbability

float defaultProbability

Class org.jasen.core.PluginContainer extends Object implements Serializable

Serialized Fields

plugin

JasenPlugin plugin

name

String name

calculator

ProbabilityCalculator calculator

displayName

String displayName

description

String description

Class org.jasen.core.PointTestResult extends AbstractTestResult implements Serializable

Serialized Fields

points

int points

min

float min

max

float max

threshold

int threshold

Class org.jasen.core.ProbabilityTestResult extends AbstractTestResult implements Serializable

Serialized Fields

probability

double probability

Class org.jasen.core.StandardJasenMessage extends Object implements Serializable

Serialized Fields

envelopeSender

String envelopeSender

textPart

String textPart

htmlPart

String htmlPart

attachmentNames

String[] attachmentNames

from

javax.mail.internet.InternetAddress from

Class org.jasen.core.StandardScanResult extends Object implements Serializable

Serialized Fields

probability

double probability

extractedText

String extractedText

testResults

String[][] testResults

parseError

boolean parseError


Package org.jasen.error

Class org.jasen.error.DNSException extends Exception implements Serializable

Class org.jasen.error.JasenException extends Exception implements Serializable

Class org.jasen.error.JasenParseException extends JasenException implements Serializable

Serialized Fields

type

ParseErrorType type

Class org.jasen.error.ParseErrorType extends Object implements Serializable

Serialized Fields

type

int type