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

  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 565 private String remoteIp;
579 this.remoteIp = inetAddress.isLoopbackAddress() || inetAddress.isAnyLocalAddress() ? "127.0.0.1" : inetAddress.getHostAddress().toString();
818 if (null != this.remoteIp) {
819 this.headers.put("remote-addr", this.remoteIp);
820 this.headers.put("http-client-ip", this.remoteIp);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 

Completed in 90 milliseconds