Searched refs:acceptSocket (Results 1 – 2 of 2) sorted by relevance
169 private final Socket acceptSocket; field in NanoHTTPD.ClientHandler171 private ClientHandler(InputStream inputStream, Socket acceptSocket) { in ClientHandler() argument173 this.acceptSocket = acceptSocket; in ClientHandler()178 safeClose(this.acceptSocket); in close()185 outputStream = this.acceptSocket.getOutputStream(); in run()187 …new HTTPSession(tempFileManager, this.inputStream, outputStream, this.acceptSocket.getInetAddress(… in run()188 while (!this.acceptSocket.isClosed()) { in run()205 safeClose(this.acceptSocket); in run()
623 public String acceptSocket(String id) { in acceptSocket() method in SocketFacade