Package org.wildfly.iiop.openjdk.csiv2
Class CSIV2IORToSocketInfo
java.lang.Object
org.wildfly.iiop.openjdk.csiv2.CSIV2IORToSocketInfo
- All Implemented Interfaces:
com.sun.corba.se.spi.transport.IORToSocketInfo
public class CSIV2IORToSocketInfo
extends Object
implements com.sun.corba.se.spi.transport.IORToSocketInfo
Implements an com.sun.corba.se.spi.transport.IORToSocketInfo which creates SocketInfo based on IOR contents. If CSIv2
tagged component is present and it contains org.omg.CSIIOP.TLS_SEC_TRANS security mechanism then SSL socket is
created.
- Author:
- Tomasz Adamski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSocketInfo(com.sun.corba.se.spi.ior.IOR ior) static voidsetClientRequiresSSL(boolean clientRequiresSSL)
-
Constructor Details
-
CSIV2IORToSocketInfo
public CSIV2IORToSocketInfo()
-
-
Method Details
-
setClientRequiresSSL
public static void setClientRequiresSSL(boolean clientRequiresSSL) -
getSocketInfo
- Specified by:
getSocketInfoin interfacecom.sun.corba.se.spi.transport.IORToSocketInfo
-