序列化表格
软件包 org.jboss.netty.channel |
serialVersionUID: 2908618315971075004L
serialVersionUID: 8764799996088850672L
serialVersionUID: 3379174210419885980L
软件包 org.jboss.netty.channel.local |
serialVersionUID: -3601961747680808645L
id
java.lang.String id
ephemeral
boolean ephemeral
软件包 org.jboss.netty.channel.socket.http |
serialVersionUID: 4259910275899756070L
remoteAddress
java.net.SocketAddress remoteAddress
channelFactory
ChannelFactory channelFactory
软件包 org.jboss.netty.handler.codec.compression |
serialVersionUID: 5603413481274811897L
软件包 org.jboss.netty.handler.codec.embedder |
serialVersionUID: -6283302594160331474L
软件包 org.jboss.netty.handler.codec.frame |
serialVersionUID: 3918052232492988408L
serialVersionUID: -1995801950698951640L
软件包 org.jboss.netty.handler.codec.replay |
serialVersionUID: 8577363912862364021L
软件包 org.jboss.netty.handler.queue |
serialVersionUID: 356009226872649493L
软件包 org.jboss.netty.handler.timeout |
serialVersionUID: -4596059237992273913L
serialVersionUID: 4673641882869672533L
serialVersionUID: -7746685254523245218L
软件包 org.jboss.netty.util.internal |
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
serialVersionUID: -833780837233068610L
owner
java.lang.Thread owner