Home
last modified time | relevance | path

Searched refs:HttpServer (Results 76 – 100 of 2213) sorted by relevance

12345678910>>...89

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java38 import com.sun.net.httpserver.HttpServer;
47 HttpServer server = HttpServer.create(serverAddr, 0); in main()
58 server = HttpServer.create(serverAddr, 0); in main()
64 server = HttpServer.create(new InetSocketAddress(0), 0); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/web/
H A Dpush_and_replace_state_navigation_egtest.mm54 web::test::HttpServer::MakeUrl("http://ios/rootpath");
58 web::test::HttpServer::MakeUrl("http://ios/pa%20th");
108 web::test::HttpServer::MakeUrl(kReplaceStateHashWithObjectURL);
129 web::test::HttpServer::MakeUrl(kPushStateHashStringURL);
137 web::test::HttpServer::MakeUrl(kReplaceStateHashStringURL);
145 web::test::HttpServer::MakeUrl(kPushStatePathURL);
153 web::test::HttpServer::MakeUrl(kReplaceStateRootPathSpaceURL);
177 const GURL firstReplaceStateURL = web::test::HttpServer::MakeUrl(
211 const GURL firstPushStateURL = web::test::HttpServer::MakeUrl(
253 web::test::HttpServer::MakeUrl(kPushStateHashStringURL);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java37 import com.sun.net.httpserver.HttpServer;
44 HttpServer server = startHttpServer(); in main()
72 static HttpServer startHttpServer() throws IOException { in startHttpServer()
73 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/audio/cantata/cantata-2.4.2/http/
H A Dhttpserver.h38 class HttpServer : public QObject
48 static HttpServer * self();
50 ~HttpServer() override { } in ~HttpServer()
53 HttpServer();
63 HttpServer() { } in HttpServer() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java37 import com.sun.net.httpserver.HttpServer;
44 HttpServer server = startHttpServer(); in main()
72 static HttpServer startHttpServer() throws IOException { in startHttpServer()
73 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java37 import com.sun.net.httpserver.HttpServer;
44 HttpServer server = startHttpServer(); in main()
72 static HttpServer startHttpServer() throws IOException { in startHttpServer()
73 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java37 import com.sun.net.httpserver.HttpServer;
44 HttpServer server = startHttpServer(); in main()
72 static HttpServer startHttpServer() throws IOException { in startHttpServer()
73 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/http/
H A DNoCache.java36 import com.sun.net.httpserver.HttpServer;
43 HttpServer server = startHttpServer(); in main()
71 static HttpServer startHttpServer() throws IOException { in startHttpServer()
72 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/http/
H A DNoCache.java36 import com.sun.net.httpserver.HttpServer;
43 HttpServer server = startHttpServer(); in main()
71 static HttpServer startHttpServer() throws IOException { in startHttpServer()
72 HttpServer httpServer = HttpServer.create(new InetSocketAddress(0), 0); in startHttpServer()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java42 static class HttpServer implements Runnable { class in HttpTest
44 private static HttpServer svr = null;
121 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
142 public static HttpServer create() throws Exception { in create()
146 svr = new HttpServer(); in create()
200 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java42 static class HttpServer implements Runnable { class in HttpTest
44 private static HttpServer svr = null;
121 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
142 public static HttpServer create() throws Exception { in create()
146 svr = new HttpServer(); in create()
200 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java42 static class HttpServer implements Runnable { class in HttpTest
44 private static HttpServer svr = null;
121 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
142 public static HttpServer create() throws Exception { in create()
146 svr = new HttpServer(); in create()
200 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java42 static class HttpServer implements Runnable { class in HttpTest
44 private static HttpServer svr = null;
121 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
142 public static HttpServer create() throws Exception { in create()
146 svr = new HttpServer(); in create()
200 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java42 static class HttpServer implements Runnable { class in HttpTest
44 private static HttpServer svr = null;
121 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
142 public static HttpServer create() throws Exception { in create()
146 svr = new HttpServer(); in create()
200 HttpServer svr = HttpServer.create(); in main()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/server/
H A DHttpServer.cpp285 HttpServer::HttpServer(Context& context) in HttpServer() function in HttpServer
291 HttpServer::~HttpServer() { in ~HttpServer()
295 void HttpServer::Wait() { in Wait()
302 bool HttpServer::Start() { in Start()
342 bool HttpServer::Stop() { in Stop()
360 MHD_Result HttpServer::HandleRequest( in HandleRequest()
374 HttpServer* server = static_cast<HttpServer*>(cls); in HandleRequest()
433 int HttpServer::HandleAudioTrackRequest( in HandleAudioTrackRequest()
434 HttpServer* server, in HandleAudioTrackRequest()
631 int HttpServer::HandleThumbnailRequest( in HandleThumbnailRequest()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java45 static class HttpServer implements Runnable { class in HttpTest
47 private static HttpServer svr = null;
124 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
146 public static HttpServer create() throws Exception { in create()
150 svr = new HttpServer(); in create()
204 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java45 static class HttpServer implements Runnable { class in HttpTest
47 private static HttpServer svr = null;
124 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
146 public static HttpServer create() throws Exception { in create()
150 svr = new HttpServer(); in create()
204 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java45 static class HttpServer implements Runnable { class in HttpTest
47 private static HttpServer svr = null;
124 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
146 public static HttpServer create() throws Exception { in create()
150 svr = new HttpServer(); in create()
204 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java45 static class HttpServer implements Runnable { class in HttpTest
47 private static HttpServer svr = null;
124 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
146 public static HttpServer create() throws Exception { in create()
150 svr = new HttpServer(); in create()
204 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/URLClassLoader/
H A DHttpTest.java45 static class HttpServer implements Runnable { class in HttpTest
47 private static HttpServer svr = null;
124 HttpServer() throws Exception { in HttpServer() method in HttpTest.HttpServer
146 public static HttpServer create() throws Exception { in create()
150 svr = new HttpServer(); in create()
204 HttpServer svr = HttpServer.create(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java39 import com.sun.net.httpserver.HttpServer;
47 HttpServer server = startHttpServer(); in main()
79 static HttpServer startHttpServer() throws IOException { in startHttpServer()
80HttpServer httpServer = HttpServer.create(new InetSocketAddress(InetAddress.getLocalHost(), 0), 0); in startHttpServer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java39 import com.sun.net.httpserver.HttpServer;
47 HttpServer server = startHttpServer(); in main()
79 static HttpServer startHttpServer() throws IOException { in startHttpServer()
80HttpServer httpServer = HttpServer.create(new InetSocketAddress(InetAddress.getLocalHost(), 0), 0); in startHttpServer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java39 import com.sun.net.httpserver.HttpServer;
47 HttpServer server = startHttpServer(); in main()
79 static HttpServer startHttpServer() throws IOException { in startHttpServer()
80HttpServer httpServer = HttpServer.create(new InetSocketAddress(InetAddress.getLocalHost(), 0), 0); in startHttpServer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/net/www/protocol/http/
H A DNoCache.java39 import com.sun.net.httpserver.HttpServer;
47 HttpServer server = startHttpServer(); in main()
79 static HttpServer startHttpServer() throws IOException { in startHttpServer()
80HttpServer httpServer = HttpServer.create(new InetSocketAddress(InetAddress.getLocalHost(), 0), 0); in startHttpServer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/modules/scenarios/automaticmodules/src/httpserver/http/
H A DHttpServer.java36 public class HttpServer { class
40 protected HttpServer(int port) { in HttpServer() method in HttpServer
45 public static HttpServer create(int port) { in create()
53 return new HttpServer(port) { }; in create()

12345678910>>...89