Package com.sun.corba.se.impl.transport
Class DefaultSocketFactoryImpl
java.lang.Object
com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl
- All Implemented Interfaces:
ORBSocketFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket(String type, InetSocketAddress inetSocketAddress) createSocket(String type, InetSocketAddress inetSocketAddress) voidsetAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) void
-
Constructor Details
-
DefaultSocketFactoryImpl
public DefaultSocketFactoryImpl()
-
-
Method Details
-
setORB
- Specified by:
setORBin interfaceORBSocketFactory
-
createServerSocket
public ServerSocket createServerSocket(String type, InetSocketAddress inetSocketAddress) throws IOException - Specified by:
createServerSocketin interfaceORBSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin interfaceORBSocketFactory- Throws:
IOException
-
setAcceptedSocketOptions
public void setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) throws SocketException - Specified by:
setAcceptedSocketOptionsin interfaceORBSocketFactory- Throws:
SocketException
-