|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory
public class IIOPSSLSocketFactory
This is socket factory used to create either plain sockets or SSL sockets based on the target's policies and the client policies.
| Constructor Summary | |
|---|---|
IIOPSSLSocketFactory()
Constructs an IIOPSSLSocketFactory |
|
| Method Summary | |
|---|---|
java.net.ServerSocket |
createServerSocket(java.lang.String type,
java.net.InetSocketAddress inetSocketAddress)
Create a server socket on the specified InetSocketAddress based on the type of the server socket (SSL, SSL_MUTUALAUTH, PERSISTENT_SSL or CLEAR_TEXT). |
java.net.Socket |
createSocket(java.lang.String type,
java.net.InetSocketAddress inetSocketAddress)
Create a client socket for the specified InetSocketAddress. |
void |
setAcceptedSocketOptions(com.sun.corba.ee.spi.transport.CorbaAcceptor acceptor,
java.net.ServerSocket serverSocket,
java.net.Socket socket)
|
void |
setORB(com.sun.corba.ee.spi.orb.ORB orb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IIOPSSLSocketFactory()
IIOPSSLSocketFactory
| Method Detail |
|---|
public void setORB(com.sun.corba.ee.spi.orb.ORB orb)
setORB in interface com.sun.corba.ee.spi.transport.ORBSocketFactory
public java.net.ServerSocket createServerSocket(java.lang.String type,
java.net.InetSocketAddress inetSocketAddress)
throws java.io.IOException
createServerSocket in interface com.sun.corba.ee.spi.transport.ORBSocketFactorytype - type of socket to create.inetSocketAddress - the InetSocketAddress
java.io.IOException - if an I/O error occurs during server socket
creation
public java.net.Socket createSocket(java.lang.String type,
java.net.InetSocketAddress inetSocketAddress)
throws java.io.IOException
createSocket in interface com.sun.corba.ee.spi.transport.ORBSocketFactorytype - inetSocketAddress -
java.io.IOException
public void setAcceptedSocketOptions(com.sun.corba.ee.spi.transport.CorbaAcceptor acceptor,
java.net.ServerSocket serverSocket,
java.net.Socket socket)
setAcceptedSocketOptions in interface com.sun.corba.ee.spi.transport.ORBSocketFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||