Searched refs:SampleServer (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java22 public class SampleServer extends Dispatcher { class in inherits:Dispatcher
27 public SampleServer(SSLContext sslContext, String root, int port) { method in class:SampleServer
105 System.out.println("Usage: SampleServer <keystore> <password> <root file> <port>");
115 SampleServer server = new SampleServer(sslContext, root, port);

Completed in 34 milliseconds