test/jdk/java/net/httpclient/http2/server/Http2TestServer.java
branchhttp-client-branch
changeset 56092 fd85b2bf2b0d
parent 56089 42208b2f224e
child 56184 1c7b4d7140e2
equal deleted inserted replaced
56091:aedd6133e7a0 56092:fd85b2bf2b0d
    33 import javax.net.ssl.SSLContext;
    33 import javax.net.ssl.SSLContext;
    34 import javax.net.ssl.SSLParameters;
    34 import javax.net.ssl.SSLParameters;
    35 import javax.net.ssl.SSLServerSocket;
    35 import javax.net.ssl.SSLServerSocket;
    36 import javax.net.ssl.SSLServerSocketFactory;
    36 import javax.net.ssl.SSLServerSocketFactory;
    37 import javax.net.ssl.SNIServerName;
    37 import javax.net.ssl.SNIServerName;
    38 import java.net.http.internal.frame.ErrorFrame;
    38 import jdk.internal.net.http.frame.ErrorFrame;
    39 
    39 
    40 /**
    40 /**
    41  * Waits for incoming TCP connections from a client and establishes
    41  * Waits for incoming TCP connections from a client and establishes
    42  * a HTTP2 connection. Two threads are created per connection. One for reading
    42  * a HTTP2 connection. Two threads are created per connection. One for reading
    43  * and one for writing. Incoming requests are dispatched to the supplied
    43  * and one for writing. Incoming requests are dispatched to the supplied