Serialized Form


Package org.eodisp.remote.jeri.internal.nomux

Class org.eodisp.remote.jeri.internal.nomux.TcpEndpointNoMux extends java.lang.Object implements Serializable

serialVersionUID: -2840731722681368933L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.InvalidObjectException - if the host name is null or if the port number is out of the range 1 to 65535 (inclusive)
java.io.IOException
java.lang.ClassNotFoundException

readResolve

private java.lang.Object readResolve()
Serialized Fields

host

java.lang.String host
The host that this TcpEndpoint connects to.

 

port

int port
The TCP port that this TcpEndpoint connects to.

 

sf

javax.net.SocketFactory sf
The socket factory that this TcpEndpoint uses to create Socket objects.

 

Package org.eodisp.remote.jeri.jxta

Class org.eodisp.remote.jeri.jxta.JxtaEndpoint extends java.lang.Object implements Serializable

serialVersionUID: -2023617609849456103L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.InvalidObjectException - if the host name is null or if the port number is out of the range 1 to 65535 (inclusive)
java.io.IOException
java.lang.ClassNotFoundException

readResolve

private java.lang.Object readResolve()
Serialized Fields

peerID

net.jxta.peer.PeerID peerID
The id of the peer this JXTA endpoint connects to


Package org.eodisp.remote.jeri.tcp.fastmux

Class org.eodisp.remote.jeri.tcp.fastmux.TcpEndpointFastMux extends java.lang.Object implements Serializable

serialVersionUID: -2840731722681368933L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.InvalidObjectException - if the host name is null or if the port number is out of the range 1 to 65535 (inclusive)
java.io.IOException
java.lang.ClassNotFoundException

readResolve

private java.lang.Object readResolve()
Serialized Fields

host

java.lang.String host
The host that this TcpEndpoint connects to.

 

port

int port
The TCP port that this TcpEndpoint connects to.

 

sf

javax.net.SocketFactory sf
The socket factory that this TcpEndpoint uses to create Socket objects.