public class NoSSLSocketFactory extends SocketFactoryBase
This class is responsible for creating Sockets used by IIOP subsystem.
orb| Constructor and Description |
|---|
NoSSLSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(String type,
InetSocketAddress inetSocketAddress) |
Socket |
createSocket(String type,
InetSocketAddress inetSocketAddress) |
setAcceptedSocketOptions, setORBpublic ServerSocket createServerSocket(String type, InetSocketAddress inetSocketAddress) throws IOException
createServerSocket in interface com.sun.corba.se.spi.transport.ORBSocketFactorycreateServerSocket in class SocketFactoryBaseIOExceptionpublic Socket createSocket(String type, InetSocketAddress inetSocketAddress) throws IOException
createSocket in interface com.sun.corba.se.spi.transport.ORBSocketFactorycreateSocket in class SocketFactoryBaseIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.