Package com.sun.enterprise.iiop.security
Class ServerConnectionContext
- java.lang.Object
-
- com.sun.enterprise.iiop.security.ServerConnectionContext
-
- All Implemented Interfaces:
Serializable
public final class ServerConnectionContext extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionContext()
Default constructor.ServerConnectionContext(Socket sock)
Create the security mechanism context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Socket
getSocket()
Return the socket for this connection.void
setSocket(Socket s)
Set the socket for this connection.String
toString()
-
-
-
Constructor Detail
-
ServerConnectionContext
public ServerConnectionContext()
Default constructor.
-
ServerConnectionContext
public ServerConnectionContext(Socket sock)
Create the security mechanism context. This is stored in TLS.
-
-