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.


Method Index

 o getClientCertificate()
Returns the certificate of the client making the RMI call within this thread.
 o getClientHost()
Returns the hostname of the client making the RMI call within this thread.
 o getClientPort()
Returns the remote port number of the client making the RMI call within this thread.
 o getServerPort()
Returns the port that the server is listening on for new connections.
 o run()
The run() method of the Thread; is invoked by doing thread.start().

Methods

 o getClientHost
 public String getClientHost() throws ServerNotActiveException
Returns the hostname of the client making the RMI call within this thread.

 o getClientPort
 public int getClientPort() throws ServerNotActiveException
Returns the remote port number of the client making the RMI call within this thread.

 o getServerPort
 public int getServerPort() throws ServerNotActiveException
Returns the port that the server is listening on for new connections.

 o getClientCertificate
 public NinjaCert getClientCertificate() throws ServerNotActiveException
Returns the certificate of the client making the RMI call within this thread.

 o 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