Class Remote.RSSF

  • All Implemented Interfaces:
    java.rmi.server.RMIServerSocketFactory
    Enclosing class:
    Remote

    private static final class Remote.RSSF
    extends java.lang.Object
    implements java.rmi.server.RMIServerSocketFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String host  
      private int port  
      private Remote.RCSF rcsf  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RSSF​(java.lang.String host, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.ServerSocket createServerSocket​(int port)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • port

        private int port
      • host

        private java.lang.String host
    • Constructor Detail

      • RSSF

        private RSSF​(java.lang.String host,
                     int port)
    • Method Detail

      • createServerSocket

        public java.net.ServerSocket createServerSocket​(int port)
                                                 throws java.io.IOException
        Specified by:
        createServerSocket in interface java.rmi.server.RMIServerSocketFactory
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object