序列化表格


软件包 com.sun.el

com.sun.el.MethodExpressionImpl 继承 MethodExpression 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

com.sun.el.MethodExpressionLiteral 继承 MethodExpression 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

com.sun.el.ValueExpressionImpl 继承 ValueExpression 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

com.sun.el.ValueExpressionLiteral 继承 ValueExpression 实现 Serializable

serialVersionUID: 1L

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

软件包 com.sun.el.lang

com.sun.el.lang.FunctionMapperImpl 继承 FunctionMapper 实现 Serializable

serialVersionUID: 1L

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

com.sun.el.lang.FunctionMapperImpl.Function 继承 Object 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

com.sun.el.lang.VariableMapperImpl 继承 VariableMapper 实现 Serializable

serialVersionUID: 1L

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

软件包 com.sun.el.parser

com.sun.el.parser.ParseException 继承 Exception 实现 Serializable

序列化字段

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

com.sun.el.parser.Token 继承 Object 实现 Serializable

序列化字段

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


beginColumn

int beginColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endLine

int endLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endColumn

int endColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

com.sun.el.parser.TokenMgrError 继承 Error 实现 Serializable

序列化字段

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


软件包 com.sun.mail.iap

com.sun.mail.iap.BadCommandException 继承 ProtocolException 实现 Serializable

serialVersionUID: 5769722539397237515L

com.sun.mail.iap.CommandFailedException 继承 ProtocolException 实现 Serializable

serialVersionUID: 793932807880443631L

com.sun.mail.iap.ConnectionException 继承 ProtocolException 实现 Serializable

serialVersionUID: 5749739604257464727L

com.sun.mail.iap.LiteralException 继承 ProtocolException 实现 Serializable

serialVersionUID: -6919179828339609913L

com.sun.mail.iap.ParsingException 继承 ProtocolException 实现 Serializable

serialVersionUID: 7756119840142724839L

com.sun.mail.iap.ProtocolException 继承 Exception 实现 Serializable

serialVersionUID: -4360500807971797439L


软件包 com.sun.mail.imap.protocol

com.sun.mail.imap.protocol.FLAGS 继承 Flags 实现 Serializable

serialVersionUID: 439049847053756670L

序列化字段

msgno

int msgno

软件包 com.sun.mail.smtp

com.sun.mail.smtp.SMTPAddressFailedException 继承 SendFailedException 实现 Serializable

serialVersionUID: 804831199768630097L

序列化字段

addr

InternetAddress addr

cmd

String cmd

rc

int rc

com.sun.mail.smtp.SMTPAddressSucceededException 继承 MessagingException 实现 Serializable

serialVersionUID: -1168335848623096749L

序列化字段

addr

InternetAddress addr

cmd

String cmd

rc

int rc

com.sun.mail.smtp.SMTPSendFailedException 继承 SendFailedException 实现 Serializable

serialVersionUID: 8049122628728932894L

序列化字段

addr

InternetAddress addr

cmd

String cmd

rc

int rc

软件包 com.sun.mail.util

com.sun.mail.util.FolderClosedIOException 继承 IOException 实现 Serializable

serialVersionUID: 4281122580365555735L

com.sun.mail.util.MessageRemovedIOException 继承 IOException 实现 Serializable

serialVersionUID: 4280468026581616424L


软件包 javax.activation

javax.activation.ActivationDataFlavor 继承 DataFlavor 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
抛出:
IOException

javax.activation.MimeType 继承 Object 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

javax.activation.MimeTypeParseException 继承 Exception 实现 Serializable

javax.activation.UnsupportedDataTypeException 继承 IOException 实现 Serializable


软件包 javax.el

javax.el.ELContextEvent 继承 EventObject 实现 Serializable

javax.el.ELException 继承 RuntimeException 实现 Serializable

javax.el.Expression 继承 Object 实现 Serializable

javax.el.MethodExpression 继承 Expression 实现 Serializable

javax.el.MethodNotFoundException 继承 ELException 实现 Serializable

javax.el.PropertyNotFoundException 继承 ELException 实现 Serializable

javax.el.PropertyNotWritableException 继承 ELException 实现 Serializable

javax.el.ValueExpression 继承 Expression 实现 Serializable

javax.el.ValueReference 继承 Object 实现 Serializable

序列化字段

base

Object base

property

Object property

软件包 javax.mail

javax.mail.Address 继承 Object 实现 Serializable

serialVersionUID: -5822459626751992278L

javax.mail.AuthenticationFailedException 继承 MessagingException 实现 Serializable

serialVersionUID: 492080754054436511L

javax.mail.Flags 继承 Object 实现 Serializable

serialVersionUID: 6243590407214169028L

序列化字段

system_flags

int system_flags

user_flags

Hashtable<K,V> user_flags

javax.mail.FolderClosedException 继承 MessagingException 实现 Serializable

serialVersionUID: 1687879213433302315L

javax.mail.FolderNotFoundException 继承 MessagingException 实现 Serializable

serialVersionUID: 472612108891249403L

javax.mail.IllegalWriteException 继承 MessagingException 实现 Serializable

serialVersionUID: 3974370223328268013L

javax.mail.Message.RecipientType 继承 Object 实现 Serializable

serialVersionUID: -7479791750606340008L

序列化方法

readResolve

protected Object readResolve()
                      throws ObjectStreamException
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. Subclasses must implement their own readResolve method that checks for their known instances before calling this super method.

抛出:
ObjectStreamException
序列化字段

type

String type
The type of recipient, usually the name of a corresponding Internet standard header.

 

javax.mail.MessageRemovedException 继承 MessagingException 实现 Serializable

serialVersionUID: 1951292550679528690L

javax.mail.MessagingException 继承 Exception 实现 Serializable

serialVersionUID: -7569192289819959253L

序列化字段

next

Exception next
The next exception in the chain.

 

javax.mail.MethodNotSupportedException 继承 MessagingException 实现 Serializable

serialVersionUID: -3757386618726131322L

javax.mail.NoSuchProviderException 继承 MessagingException 实现 Serializable

serialVersionUID: 8058319293154708827L

javax.mail.ReadOnlyFolderException 继承 MessagingException 实现 Serializable

serialVersionUID: 5711829372799039325L

javax.mail.SendFailedException 继承 MessagingException 实现 Serializable

serialVersionUID: -6457531621682372913L

javax.mail.StoreClosedException 继承 MessagingException 实现 Serializable

serialVersionUID: -3145392336120082655L


软件包 javax.mail.event

javax.mail.event.ConnectionEvent 继承 MailEvent 实现 Serializable

serialVersionUID: -1855480171284792957L

序列化字段

type

int type
The event type.

 

javax.mail.event.FolderEvent 继承 MailEvent 实现 Serializable

serialVersionUID: 5278131310563694307L

序列化字段

type

int type
The event type.

 

javax.mail.event.MailEvent 继承 EventObject 实现 Serializable

serialVersionUID: 1846275636325456631L

javax.mail.event.MessageChangedEvent 继承 MailEvent 实现 Serializable

serialVersionUID: -4974972972105535108L

序列化字段

type

int type
The event type.

 

javax.mail.event.MessageCountEvent 继承 MailEvent 实现 Serializable

serialVersionUID: -7447022340837897369L

序列化字段

type

int type
The event type.

 

removed

boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources.

 

javax.mail.event.StoreEvent 继承 MailEvent 实现 Serializable

serialVersionUID: 1938704919992515330L

序列化字段

type

int type
The event type.

 

message

String message
The message text to be presented to the user.

 

javax.mail.event.TransportEvent 继承 MailEvent 实现 Serializable

serialVersionUID: -4729852364684273073L

序列化字段

type

int type
The event type.

 

软件包 javax.mail.internet

javax.mail.internet.AddressException 继承 ParseException 实现 Serializable

serialVersionUID: 9134583443539323120L

序列化字段

ref

String ref
The string being parsed.

 

pos

int pos
The index in the string where the error occurred, or -1 if not known.

 

javax.mail.internet.InternetAddress 继承 Address 实现 Serializable

serialVersionUID: -7507595530758302903L

序列化字段

address

String address

personal

String personal
The personal name.


encodedPersonal

String encodedPersonal
The RFC 2047 encoded version of the personal name.

This field and the personal field track each other, so if a subclass sets one of these fields directly, it should set the other to null, so that it is suitably recomputed.

javax.mail.internet.MailDateFormat 继承 SimpleDateFormat 实现 Serializable

serialVersionUID: -8148227605210628779L

javax.mail.internet.MimeMessage.RecipientType 继承 Message.RecipientType 实现 Serializable

serialVersionUID: -5468290701714395543L

序列化方法

readResolve

protected Object readResolve()
                      throws ObjectStreamException
抛出:
ObjectStreamException

javax.mail.internet.NewsAddress 继承 Address 实现 Serializable

serialVersionUID: -4203797299824684143L

序列化字段

newsgroup

String newsgroup

host

String host

javax.mail.internet.ParseException 继承 MessagingException 实现 Serializable

serialVersionUID: 7649991205183658089L


软件包 javax.mail.search

javax.mail.search.AddressStringTerm 继承 StringTerm 实现 Serializable

serialVersionUID: 3086821234204980368L

javax.mail.search.AddressTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: 2005405551929769980L

序列化字段

address

Address address
The address.

 

javax.mail.search.AndTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: -3583274505380989582L

序列化字段

terms

SearchTerm[] terms
The array of terms on which the AND operator should be applied.

 

javax.mail.search.BodyTerm 继承 StringTerm 实现 Serializable

serialVersionUID: -4888862527916911385L

javax.mail.search.ComparisonTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: 1456646953666474308L

序列化字段

comparison

int comparison
The comparison.

 

javax.mail.search.DateTerm 继承 ComparisonTerm 实现 Serializable

serialVersionUID: 4818873430063720043L

序列化字段

date

Date date
The date.

 

javax.mail.search.FlagTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: -142991500302030647L

序列化字段

set

boolean set
Indicates whether to test for the presence or absence of the specified Flag. If true, then test whether all the specified flags are present, else test whether all the specified flags are absent.

 

flags

Flags flags
Flags object containing the flags to test.

 

javax.mail.search.FromStringTerm 继承 AddressStringTerm 实现 Serializable

serialVersionUID: 5801127523826772788L

javax.mail.search.FromTerm 继承 AddressTerm 实现 Serializable

serialVersionUID: 5214730291502658665L

javax.mail.search.HeaderTerm 继承 StringTerm 实现 Serializable

serialVersionUID: 8342514650333389122L

序列化字段

headerName

String headerName
The name of the header.

 

javax.mail.search.IntegerComparisonTerm 继承 ComparisonTerm 实现 Serializable

serialVersionUID: -6963571240154302484L

序列化字段

number

int number
The number.

 

javax.mail.search.MessageIDTerm 继承 StringTerm 实现 Serializable

serialVersionUID: -2121096296454691963L

javax.mail.search.MessageNumberTerm 继承 IntegerComparisonTerm 实现 Serializable

serialVersionUID: -5379625829658623812L

javax.mail.search.NotTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: 7152293214217310216L

序列化字段

term

SearchTerm term
The search term to negate.

 

javax.mail.search.OrTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: 5380534067523646936L

序列化字段

terms

SearchTerm[] terms
The array of terms on which the OR operator should be applied.

 

javax.mail.search.ReceivedDateTerm 继承 DateTerm 实现 Serializable

serialVersionUID: -2756695246195503170L

javax.mail.search.RecipientStringTerm 继承 AddressStringTerm 实现 Serializable

serialVersionUID: -8293562089611618849L

序列化字段

type

Message.RecipientType type
The recipient type.

 

javax.mail.search.RecipientTerm 继承 AddressTerm 实现 Serializable

serialVersionUID: 6548700653122680468L

序列化字段

type

Message.RecipientType type
The recipient type.

 

javax.mail.search.SearchException 继承 MessagingException 实现 Serializable

serialVersionUID: -7092886778226268686L

javax.mail.search.SearchTerm 继承 Object 实现 Serializable

serialVersionUID: -6652358452205992789L

javax.mail.search.SentDateTerm 继承 DateTerm 实现 Serializable

serialVersionUID: 5647755030530907263L

javax.mail.search.SizeTerm 继承 IntegerComparisonTerm 实现 Serializable

serialVersionUID: -2556219451005103709L

javax.mail.search.StringTerm 继承 SearchTerm 实现 Serializable

serialVersionUID: 1274042129007696269L

序列化字段

pattern

String pattern
The pattern.

 

ignoreCase

boolean ignoreCase
Ignore case when comparing?

 

javax.mail.search.SubjectTerm 继承 StringTerm 实现 Serializable

serialVersionUID: 7481568618055573432L


软件包 javax.security.auth.message

javax.security.auth.message.AuthException 继承 LoginException 实现 Serializable


软件包 javax.servlet

javax.servlet.GenericServlet 继承 Object 实现 Serializable

javax.servlet.ServletContextAttributeEvent 继承 ServletContextEvent 实现 Serializable

序列化字段

name

String name

value

Object value

javax.servlet.ServletContextEvent 继承 EventObject 实现 Serializable

javax.servlet.ServletException 继承 Exception 实现 Serializable

序列化字段

rootCause

Throwable rootCause

javax.servlet.ServletRequestAttributeEvent 继承 ServletRequestEvent 实现 Serializable

序列化字段

name

String name

value

Object value

javax.servlet.ServletRequestEvent 继承 EventObject 实现 Serializable

序列化字段

request

ServletRequest request

javax.servlet.UnavailableException 继承 ServletException 实现 Serializable

序列化字段

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds

软件包 javax.servlet.http

javax.servlet.http.Cookie 继承 Object 实现 Serializable

serialVersionUID: -6454587001725327448L

序列化字段

name

String name

value

String value

comment

String comment

domain

String domain

maxAge

int maxAge

path

String path

secure

boolean secure

version

int version

isHttpOnly

boolean isHttpOnly

javax.servlet.http.HttpServlet 继承 GenericServlet 实现 Serializable

javax.servlet.http.HttpSessionBindingEvent 继承 HttpSessionEvent 实现 Serializable

序列化字段

name

String name

value

Object value

javax.servlet.http.HttpSessionEvent 继承 EventObject 实现 Serializable


软件包 javax.servlet.jsp

javax.servlet.jsp.JspException 继承 Exception 实现 Serializable

javax.servlet.jsp.JspTagException 继承 JspException 实现 Serializable

javax.servlet.jsp.SkipPageException 继承 JspException 实现 Serializable


软件包 javax.servlet.jsp.el

javax.servlet.jsp.el.ELException 继承 Exception 实现 Serializable

序列化字段

mRootCause

Throwable mRootCause
已过时。 

javax.servlet.jsp.el.ELParseException 继承 ELException 实现 Serializable


软件包 javax.servlet.jsp.tagext

javax.servlet.jsp.tagext.BodyTagSupport 继承 TagSupport 实现 Serializable

序列化字段

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

javax.servlet.jsp.tagext.TagSupport 继承 Object 实现 Serializable

序列化字段

parent

Tag parent

values

Hashtable<K,V> values

id

String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


软件包 javax.transaction

javax.transaction.HeuristicCommitException 继承 Exception 实现 Serializable

javax.transaction.HeuristicMixedException 继承 Exception 实现 Serializable

javax.transaction.HeuristicRollbackException 继承 Exception 实现 Serializable

javax.transaction.InvalidTransactionException 继承 RemoteException 实现 Serializable

javax.transaction.NotSupportedException 继承 Exception 实现 Serializable

javax.transaction.RollbackException 继承 Exception 实现 Serializable

javax.transaction.SystemException 继承 Exception 实现 Serializable

序列化字段

errorCode

int errorCode

javax.transaction.TransactionRequiredException 继承 RemoteException 实现 Serializable

javax.transaction.TransactionRolledbackException 继承 RemoteException 实现 Serializable


软件包 javax.transaction.xa

javax.transaction.xa.XAException 继承 Exception 实现 Serializable

序列化字段

errorCode

int errorCode

软件包 org.apache.jasper

org.apache.jasper.JasperException 继承 ServletException 实现 Serializable


软件包 org.apache.jasper.runtime

org.apache.jasper.runtime.HttpJspBase 继承 HttpServlet 实现 Serializable


软件包 org.apache.jasper.servlet

org.apache.jasper.servlet.JspServlet 继承 HttpServlet 实现 Serializable

序列化字段

context

ServletContext context

config

ServletConfig config

options

Options options

rctxt

JspRuntimeContext rctxt

countErrors

AtomicInteger countErrors

httpMethodsString

String httpMethodsString

httpMethodsSet

HashSet<E> httpMethodsSet

taglibs

ConcurrentHashMap<K,V> taglibs

tagFileJarUrls

ConcurrentHashMap<K,V> tagFileJarUrls

jspProbeEmitter

JspProbeEmitter jspProbeEmitter

软件包 org.eclipse.jdt.core.compiler

org.eclipse.jdt.core.compiler.InvalidInputException 继承 Exception 实现 Serializable

serialVersionUID: 2909732853499731592L


软件包 org.eclipse.jdt.internal.compiler.classfmt

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException 继承 Exception 实现 Serializable

serialVersionUID: 6667458511042774540L

序列化字段

errorCode

int errorCode

bufferPosition

int bufferPosition

nestedException

RuntimeException nestedException

fileName

char[] fileName

软件包 org.eclipse.jdt.internal.compiler.flow

org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.AssertionFailedException 继承 RuntimeException 实现 Serializable

serialVersionUID: 1827352841030089703L


软件包 org.eclipse.jdt.internal.compiler.lookup

org.eclipse.jdt.internal.compiler.lookup.SourceTypeCollisionException 继承 RuntimeException 实现 Serializable

serialVersionUID: 4798247636899127380L

序列化字段

newAnnotationProcessorUnits

ICompilationUnit[] newAnnotationProcessorUnits

软件包 org.eclipse.jdt.internal.compiler.problem

org.eclipse.jdt.internal.compiler.problem.AbortCompilation 继承 RuntimeException 实现 Serializable

serialVersionUID: -2047226595083244852L

序列化字段

compilationResult

CompilationResult compilationResult

exception

Throwable exception

problem

CategorizedProblem problem

isSilent

boolean isSilent

silentException

RuntimeException silentException

org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit 继承 AbortCompilation 实现 Serializable

serialVersionUID: -4253893529982226734L

序列化字段

encoding

String encoding

org.eclipse.jdt.internal.compiler.problem.AbortMethod 继承 AbortType 实现 Serializable

serialVersionUID: -1480267398969840003L

org.eclipse.jdt.internal.compiler.problem.AbortType 继承 AbortCompilationUnit 实现 Serializable

serialVersionUID: -5882417089349134385L

org.eclipse.jdt.internal.compiler.problem.ShouldNotImplement 继承 RuntimeException 实现 Serializable

serialVersionUID: 2669970476264283736L


软件包 org.eclipse.jetty.continuation

org.eclipse.jetty.continuation.ContinuationThrowable 继承 Error 实现 Serializable

类 org.eclipse.jetty.continuation.Jetty6Continuation 继承 Object 实现 Serializable


软件包 org.eclipse.jetty.http

org.eclipse.jetty.http.HttpException 继承 IOException 实现 Serializable

序列化字段

_status

int _status

_reason

String _reason

org.eclipse.jetty.http.PathMap 继承 HashMap 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

软件包 org.eclipse.jetty.io

org.eclipse.jetty.io.EofException 继承 EOFException 实现 Serializable

org.eclipse.jetty.io.RuntimeIOException 继承 RuntimeException 实现 Serializable

org.eclipse.jetty.io.UncheckedIOException 继承 RuntimeException 实现 Serializable


软件包 org.eclipse.jetty.jndi.factories

org.eclipse.jetty.jndi.factories.MailSessionReference 继承 Reference 实现 Serializable


软件包 org.eclipse.jetty.monitor.thread

org.eclipse.jetty.monitor.thread.ThreadMonitorException 继承 Exception 实现 Serializable

serialVersionUID: -4345223166315716918L


软件包 org.eclipse.jetty.plus.jaas

org.eclipse.jetty.plus.jaas.JAASPrincipal 继承 Object 实现 Serializable

serialVersionUID: -5538962177019315479L

序列化字段

_name

String _name

org.eclipse.jetty.plus.jaas.JAASRole 继承 JAASPrincipal 实现 Serializable

serialVersionUID: 3465114254970134526L


软件包 org.eclipse.jetty.policy

org.eclipse.jetty.policy.PolicyException 继承 RuntimeException 实现 Serializable


软件包 org.eclipse.jetty.policy.loader

org.eclipse.jetty.policy.loader.PolicyFileScanner.InvalidFormatException 继承 Exception 实现 Serializable

serialVersionUID: 5789786270390222184L


软件包 org.eclipse.jetty.security

org.eclipse.jetty.security.MappedLoginService.Anonymous 继承 Object 实现 Serializable

serialVersionUID: 1097640442553284845L

org.eclipse.jetty.security.MappedLoginService.KnownUser 继承 Object 实现 Serializable

serialVersionUID: -6226920753748399662L

序列化字段

_name

String _name

_credential

Credential _credential

org.eclipse.jetty.security.MappedLoginService.RolePrincipal 继承 Object 实现 Serializable

serialVersionUID: 2998397924051854402L

序列化字段

_roleName

String _roleName

org.eclipse.jetty.security.ServerAuthException 继承 GeneralSecurityException 实现 Serializable


软件包 org.eclipse.jetty.security.authentication

org.eclipse.jetty.security.authentication.SessionAuthentication 继承 Object 实现 Serializable

serialVersionUID: -4643200685888258706L

序列化方法

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
抛出:
IOException
ClassNotFoundException
序列化字段

_method

String _method

_name

String _name

_credentials

Object _credentials

软件包 org.eclipse.jetty.servlet

org.eclipse.jetty.servlet.DefaultServlet 继承 HttpServlet 实现 Serializable

serialVersionUID: 4930458713846881193L

序列化字段

_servletContext

ServletContext _servletContext

_contextHandler

ContextHandler _contextHandler

_acceptRanges

boolean _acceptRanges

_dirAllowed

boolean _dirAllowed

_welcomeServlets

boolean _welcomeServlets

_welcomeExactServlets

boolean _welcomeExactServlets

_redirectWelcome

boolean _redirectWelcome

_gzip

boolean _gzip

_pathInfoOnly

boolean _pathInfoOnly

_etags

boolean _etags

_resourceBase

Resource _resourceBase

_cache

ResourceCache _cache

_mimeTypes

MimeTypes _mimeTypes

_welcomes

String[] _welcomes

_stylesheet

Resource _stylesheet

_useFileMappedBuffer

boolean _useFileMappedBuffer

_cacheControl

ByteArrayBuffer _cacheControl

_relativeResourceBase

String _relativeResourceBase

_servletHandler

ServletHandler _servletHandler

_defaultHolder

ServletHolder _defaultHolder

org.eclipse.jetty.servlet.Invoker 继承 HttpServlet 实现 Serializable

序列化字段

_contextHandler

ContextHandler _contextHandler

_servletHandler

ServletHandler _servletHandler

_invokerEntry

Map.Entry<K,V> _invokerEntry

_parameters

Map<K,V> _parameters

_nonContextServlets

boolean _nonContextServlets

_verbose

boolean _verbose

org.eclipse.jetty.servlet.JspPropertyGroupServlet 继承 GenericServlet 实现 Serializable

serialVersionUID: 3681783214726776945L

序列化字段

_servletHandler

ServletHandler _servletHandler

_contextHandler

ContextHandler _contextHandler

_dftServlet

ServletHolder _dftServlet

_jspServlet

ServletHolder _jspServlet

_starJspMapped

boolean _starJspMapped

org.eclipse.jetty.servlet.NoJspServlet 继承 HttpServlet 实现 Serializable

序列化字段

_warned

boolean _warned

org.eclipse.jetty.servlet.StatisticsServlet 继承 HttpServlet 实现 Serializable

序列化字段

_restrictToLocalhost

boolean _restrictToLocalhost

_statsHandler

StatisticsHandler _statsHandler

_memoryBean

MemoryMXBean _memoryBean

_connectors

Connector[] _connectors

软件包 org.eclipse.jetty.servlets

org.eclipse.jetty.servlets.CGI 继承 HttpServlet 实现 Serializable

serialVersionUID: -6182088932884791073L

序列化字段

_ok

boolean _ok

_docRoot

File _docRoot

_path

String _path

_cmdPrefix

String _cmdPrefix

_env

org.eclipse.jetty.servlets.CGI.EnvList _env

_ignoreExitState

boolean _ignoreExitState

_relative

boolean _relative

org.eclipse.jetty.servlets.ConcatServlet 继承 HttpServlet 实现 Serializable

序列化字段

_development

boolean _development

_lastModified

long _lastModified

_context

ServletContext _context

软件包 org.eclipse.jetty.util

org.eclipse.jetty.util.HostMap 继承 HashMap<String,TYPE> 实现 Serializable

org.eclipse.jetty.util.IPAddressMap 继承 HashMap<String,TYPE> 实现 Serializable

序列化字段

_patterns

HashMap<K,V> _patterns

org.eclipse.jetty.util.LazyList 继承 Object 实现 Serializable

org.eclipse.jetty.util.MultiException 继承 Exception 实现 Serializable

序列化字段

nested

Object nested

org.eclipse.jetty.util.MultiMap 继承 Object 实现 Serializable

serialVersionUID: -6878723138353851005L

序列化字段

_map

Map<K,V> _map

_cmap

ConcurrentMap<K,V> _cmap

org.eclipse.jetty.util.StringMap 继承 AbstractMap 实现 Serializable

序列化方法

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
抛出:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
抛出:
IOException

org.eclipse.jetty.util.UrlEncoded 继承 MultiMap 实现 Serializable

org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception 继承 IllegalArgumentException 实现 Serializable


软件包 org.eclipse.jetty.util.security

org.eclipse.jetty.util.security.Constraint 继承 Object 实现 Serializable

序列化字段

_name

String _name

_roles

String[] _roles

_dataConstraint

int _dataConstraint

_anyRole

boolean _anyRole

_authenticate

boolean _authenticate

org.eclipse.jetty.util.security.Credential 继承 Object 实现 Serializable

serialVersionUID: -7760551052768181572L

org.eclipse.jetty.util.security.Credential.Crypt 继承 Credential 实现 Serializable

serialVersionUID: -2027792997664744210L

序列化字段

_cooked

String _cooked

org.eclipse.jetty.util.security.Credential.MD5 继承 Credential 实现 Serializable

serialVersionUID: 5533846540822684240L

序列化字段

_digest

byte[] _digest

org.eclipse.jetty.util.security.Password 继承 Credential 实现 Serializable

serialVersionUID: 5062906681431569445L

序列化字段

_pw

String _pw

软件包 org.eclipse.jetty.websocket

org.eclipse.jetty.websocket.WebSocketServlet 继承 HttpServlet 实现 Serializable

序列化字段

LOG

Logger LOG

_webSocketFactory

WebSocketFactory _webSocketFactory

软件包 org.objectweb.asm.optimizer

org.objectweb.asm.optimizer.ConstantPool 继承 HashMap 实现 Serializable

序列化字段

key1

org.objectweb.asm.optimizer.Constant key1

key2

org.objectweb.asm.optimizer.Constant key2

key3

org.objectweb.asm.optimizer.Constant key3

org.objectweb.asm.optimizer.NameMapping 继承 Properties 实现 Serializable

序列化字段

unused

Set<E> unused

软件包 org.objectweb.asm.tree.analysis

org.objectweb.asm.tree.analysis.AnalyzerException 继承 Exception 实现 Serializable



Copyright © 2013. All Rights Reserved.