序列化表格


软件包 org.jboss.netty.channel

org.jboss.netty.channel.ChannelException 继承 java.lang.RuntimeException 实现 Serializable

serialVersionUID: 2908618315971075004L

org.jboss.netty.channel.ChannelHandlerLifeCycleException 继承 java.lang.RuntimeException 实现 Serializable

serialVersionUID: 8764799996088850672L

org.jboss.netty.channel.ChannelPipelineException 继承 ChannelException 实现 Serializable

serialVersionUID: 3379174210419885980L


软件包 org.jboss.netty.channel.local

org.jboss.netty.channel.local.LocalAddress 继承 java.net.SocketAddress 实现 Serializable

serialVersionUID: -3601961747680808645L

序列化字段

id

java.lang.String id

ephemeral

boolean ephemeral

软件包 org.jboss.netty.channel.socket.http

org.jboss.netty.channel.socket.http.HttpTunnelingServlet 继承 javax.servlet.http.HttpServlet 实现 Serializable

serialVersionUID: 4259910275899756070L

序列化字段

remoteAddress

java.net.SocketAddress remoteAddress

channelFactory

ChannelFactory channelFactory

软件包 org.jboss.netty.handler.codec.compression

org.jboss.netty.handler.codec.compression.CompressionException 继承 java.lang.RuntimeException 实现 Serializable

serialVersionUID: 5603413481274811897L


软件包 org.jboss.netty.handler.codec.embedder

org.jboss.netty.handler.codec.embedder.CodecEmbedderException 继承 java.lang.RuntimeException 实现 Serializable

serialVersionUID: -6283302594160331474L


软件包 org.jboss.netty.handler.codec.frame

org.jboss.netty.handler.codec.frame.CorruptedFrameException 继承 java.lang.Exception 实现 Serializable

serialVersionUID: 3918052232492988408L

org.jboss.netty.handler.codec.frame.TooLongFrameException 继承 java.lang.Exception 实现 Serializable

serialVersionUID: -1995801950698951640L


软件包 org.jboss.netty.handler.codec.replay

org.jboss.netty.handler.codec.replay.UnreplayableOperationException 继承 java.lang.UnsupportedOperationException 实现 Serializable

serialVersionUID: 8577363912862364021L


软件包 org.jboss.netty.handler.queue

org.jboss.netty.handler.queue.BlockingReadTimeoutException 继承 java.io.InterruptedIOException 实现 Serializable

serialVersionUID: 356009226872649493L


软件包 org.jboss.netty.handler.timeout

org.jboss.netty.handler.timeout.ReadTimeoutException 继承 TimeoutException 实现 Serializable

serialVersionUID: -4596059237992273913L

org.jboss.netty.handler.timeout.TimeoutException 继承 ChannelException 实现 Serializable

serialVersionUID: 4673641882869672533L

org.jboss.netty.handler.timeout.WriteTimeoutException 继承 TimeoutException 实现 Serializable

serialVersionUID: -7746685254523245218L


软件包 org.jboss.netty.util.internal

org.jboss.netty.util.internal.LinkedTransferQueue 继承 java.util.AbstractQueue<E> 实现 Serializable

serialVersionUID: -3223113410248163686L

序列化方法

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitutes the Queue instance from a stream (that is, deserializes it).

抛出:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Saves the state to a stream (that is, serializes it).

序列数据:
All of the elements (each an E) in the proper order, followed by a null
抛出:
java.io.IOException

org.jboss.netty.util.internal.NonReentrantLock 继承 java.util.concurrent.locks.AbstractQueuedSynchronizer 实现 Serializable

serialVersionUID: -833780837233068610L

序列化字段

owner

java.lang.Thread owner