jdk/src/share/classes/com/sun/net/httpserver/HttpServer.java
changeset 20742 4ae78e8060d6
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
20741:6eb501508669 20742:4ae78e8060d6
    85  * backlog value is a compromise between efficient resource usage in the TCP layer (not setting
    85  * backlog value is a compromise between efficient resource usage in the TCP layer (not setting
    86  * it too high) and allowing adequate throughput of incoming requests (not setting it too low).
    86  * it too high) and allowing adequate throughput of incoming requests (not setting it too low).
    87  * @since 1.6
    87  * @since 1.6
    88  */
    88  */
    89 
    89 
       
    90 @jdk.Exported
    90 public abstract class HttpServer {
    91 public abstract class HttpServer {
    91 
    92 
    92     /**
    93     /**
    93      */
    94      */
    94     protected HttpServer () {
    95     protected HttpServer () {