Class NoSSLSocketFactory
java.lang.Object
org.wildfly.iiop.openjdk.security.SocketFactoryBase
org.wildfly.iiop.openjdk.security.NoSSLSocketFactory
- All Implemented Interfaces:
com.sun.corba.se.spi.transport.ORBSocketFactory
This class is responsible for creating Sockets used by IIOP subsystem.
- Author:
- Tomasz Adamski
-
Field Summary
Fields inherited from class org.wildfly.iiop.openjdk.security.SocketFactoryBase
orb -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket(String type, InetSocketAddress inetSocketAddress) createSocket(String type, InetSocketAddress inetSocketAddress) Methods inherited from class org.wildfly.iiop.openjdk.security.SocketFactoryBase
setAcceptedSocketOptions, setORB
-
Constructor Details
-
NoSSLSocketFactory
public NoSSLSocketFactory()
-
-
Method Details
-
createServerSocket
public ServerSocket createServerSocket(String type, InetSocketAddress inetSocketAddress) throws IOException - Specified by:
createServerSocketin interfacecom.sun.corba.se.spi.transport.ORBSocketFactory- Overrides:
createServerSocketin classSocketFactoryBase- Throws:
IOException
-
createSocket
- Specified by:
createSocketin interfacecom.sun.corba.se.spi.transport.ORBSocketFactory- Overrides:
createSocketin classSocketFactoryBase- Throws:
IOException
-