Class DefaultSocketFactoryImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ORB orb  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.ServerSocket createServerSocket​(java.lang.String type, java.net.InetSocketAddress inetSocketAddress)  
      java.net.Socket createSocket​(java.lang.String type, java.net.InetSocketAddress inetSocketAddress)  
      void setAcceptedSocketOptions​(Acceptor acceptor, java.net.ServerSocket serverSocket, java.net.Socket socket)  
      void setORB​(ORB orb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • orb

        private ORB orb
    • Constructor Detail

      • DefaultSocketFactoryImpl

        public DefaultSocketFactoryImpl()
    • Method Detail

      • createServerSocket

        public java.net.ServerSocket createServerSocket​(java.lang.String type,
                                                        java.net.InetSocketAddress inetSocketAddress)
                                                 throws java.io.IOException
        Specified by:
        createServerSocket in interface ORBSocketFactory
        Throws:
        java.io.IOException
      • createSocket

        public java.net.Socket createSocket​(java.lang.String type,
                                            java.net.InetSocketAddress inetSocketAddress)
                                     throws java.io.IOException
        Specified by:
        createSocket in interface ORBSocketFactory
        Throws:
        java.io.IOException
      • setAcceptedSocketOptions

        public void setAcceptedSocketOptions​(Acceptor acceptor,
                                             java.net.ServerSocket serverSocket,
                                             java.net.Socket socket)
                                      throws java.net.SocketException
        Specified by:
        setAcceptedSocketOptions in interface ORBSocketFactory
        Throws:
        java.net.SocketException