Package 

Class DelegatingServerSocket

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public class DelegatingServerSocket
    extends ServerSocket
                        

    Implements a ServerSocket which delegates (its method calls) to another ServerSocket. In other words, the former wraps the latter.