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
public class NoSSLSocketFactory extends SocketFactoryBase
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 Constructor Description NoSSLSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSocketcreateServerSocket(String type, InetSocketAddress inetSocketAddress)SocketcreateSocket(String type, InetSocketAddress inetSocketAddress)-
Methods inherited from class org.wildfly.iiop.openjdk.security.SocketFactoryBase
setAcceptedSocketOptions, setORB
-
-
-
-
Method Detail
-
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
public Socket createSocket(String type, InetSocketAddress inetSocketAddress) throws IOException
- Specified by:
createSocketin interfacecom.sun.corba.se.spi.transport.ORBSocketFactory- Overrides:
createSocketin classSocketFactoryBase- Throws:
IOException
-
-