All Packages Class Hierarchy This Package Previous Next Index
Class ninja.rmi.AuthRel_ServerThread
java.lang.Object
|
+----java.lang.Thread
|
+----ninja.rmi.NinjaServerThread
|
+----ninja.rmi.AuthRel_ServerThread
- public class AuthRel_ServerThread
- extends NinjaServerThread
AuthRel_ServerThread is a NinjaServerThread which deals with
authenticated, encrypted, reliable connections using TCP sockets.
Only for internal use by authenticated RMI stuff;
you don't need to worry about this.
-
getClientCertificate()
- Returns the certificate of the client making the RMI call within this
thread.
-
getClientHost()
- Returns the hostname of the client making the RMI call within this
thread.
-
getClientPort()
- Returns the remote port number of the client making the RMI call within
this thread.
-
getServerPort()
- Returns the port that the server is listening on for new connections.
-
run()
- The run() method of the Thread; is invoked by doing thread.start().
getClientHost
public String getClientHost() throws ServerNotActiveException
- Returns the hostname of the client making the RMI call within this
thread.
getClientPort
public int getClientPort() throws ServerNotActiveException
- Returns the remote port number of the client making the RMI call within
this thread.
getServerPort
public int getServerPort() throws ServerNotActiveException
- Returns the port that the server is listening on for new connections.
getClientCertificate
public NinjaCert getClientCertificate() throws ServerNotActiveException
- Returns the certificate of the client making the RMI call within this
thread.
run
public void run()
- The run() method of the Thread; is invoked by doing thread.start().
- Overrides:
- run in class NinjaServerThread
All Packages Class Hierarchy This Package Previous Next Index