Searched defs:initiatedByRemote (Results 1 – 2 of 2) sorted by relevance
79 protected void onClose(CloseCode code, String reason, boolean initiatedByRemote) { in onClose()
106 protected abstract void onClose(CloseCode code, String reason, boolean initiatedByRemote); in onClose()133 … public void close(CloseCode code, String reason, boolean initiatedByRemote) throws IOException { in close()143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) { in doClose()