jrunx.iiop.security
Class ServerConnectionContext
java.lang.Object
|
+--jrunx.iiop.security.ServerConnectionContext
- All Implemented Interfaces:
- java.io.Serializable
- public final class ServerConnectionContext
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Vivek Nagar
- See Also:
- Serialized Form
|
Method Summary |
java.net.Socket |
getSocket()
Return the socket for this connection. |
void |
setSocket(java.net.Socket s)
Set the socket for this connection. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerConnectionContext
public ServerConnectionContext()
- Default constructor.
ServerConnectionContext
public ServerConnectionContext(java.net.Socket sock)
- Create the security mechanism context. This is stored in TLS.
getSocket
public java.net.Socket getSocket()
- Return the socket for this connection.
setSocket
public void setSocket(java.net.Socket s)
- Set the socket for this connection.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright � 2002 Macromedia Corporation. All Rights Reserved.