|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.superstatic.SSSocketFactory
public class SSSocketFactory
A local only RMI socket factory that enables Superstatic to operate securly on the local system.
| Constructor Summary | |
|---|---|
SSSocketFactory()
Creates a new instance of SSSocketFactory |
|
| Method Summary | |
|---|---|
java.net.ServerSocket |
createServerSocket(int param)
Creates ServerSockets that only accept connections from the local machine. |
java.net.Socket |
createSocket(java.lang.String host,
int port)
Creates only sockets to the local machine. |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSSocketFactory()
| Method Detail |
|---|
public java.net.ServerSocket createServerSocket(int param)
throws java.io.IOException
createServerSocket in interface java.rmi.server.RMIServerSocketFactoryjava.io.IOException
public java.net.Socket createSocket(java.lang.String host,
int port)
throws java.io.IOException
createSocket in interface java.rmi.server.RMIClientSocketFactoryjava.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||