Package stanford.netdb.util
Class ServerSocketFactory
- java.lang.Object
-
- stanford.netdb.util.NetDBSocketFactory
-
- stanford.netdb.util.ServerSocketFactory
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.server.RMIServerSocketFactory
public class ServerSocketFactory extends NetDBSocketFactory implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.ServerSocketcreateServerSocket(int port)booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class stanford.netdb.util.NetDBSocketFactory
all_ciphers, all_protocols, ciphers, print_socket_info, protocols
-
-
-
-
Method Detail
-
createServerSocket
public java.net.ServerSocket createServerSocket(int port) throws java.io.IOException- Specified by:
createServerSocketin interfacejava.rmi.server.RMIServerSocketFactory- Throws:
java.io.IOException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-