HomeSort by relevance Sort by last modified time
    Searched refs:HelloServer (Results 1 - 7 of 7) sorted by null

  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
HelloServer.java 44 public class HelloServer extends NanoHTTPD {
49 private static final Logger LOG = Logger.getLogger(HelloServer.class.getName());
52 ServerRunner.run(HelloServer.class);
55 public HelloServer() {
63 HelloServer.LOG.info(method + " '" + uri + "' ");
  /external/xmlrpcpp/test/
Makefile 18 TESTS = HelloClient HelloServer TestBase64Client TestBase64Server TestValues TestXml Validator
Android.mk 5 LOCAL_MODULE := libxmlrpc++-tests-helloserver
13 xmlrpc_test_files := $(LOCAL_PATH)/HelloServer.cpp
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 26 func HelloServer(w http.ResponseWriter, req *http.Request) {
135 http.HandleFunc("/go/hello", HelloServer)
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
triv.go 26 func HelloServer(w http.ResponseWriter, req *http.Request) {
135 http.HandleFunc("/go/hello", HelloServer)
server.go     [all...]

Completed in 215 milliseconds