Serialized Form
|
Package org.eodisp.remote.jeri.internal.nomux |
serialVersionUID: -2840731722681368933L
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()
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 |
serialVersionUID: -2023617609849456103L
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()
peerID
net.jxta.peer.PeerID peerID
- The id of the peer this JXTA endpoint connects to
|
Package org.eodisp.remote.jeri.tcp.fastmux |
serialVersionUID: -2840731722681368933L
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()
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.
-