Searched refs:tcpNoDelay (Results 1 – 2 of 2) sorted by relevance
71 tcpNoDelay = Boolean.FALSE; in ConnectionDescriptor()73 tcpNoDelay = Boolean.TRUE; in ConnectionDescriptor()96 return tcpNoDelay;102 private Boolean tcpNoDelay = null;
144 tcpNoDelay = desc.getTcpNoDelay(); in accept()159 if (tcpNoDelay != null) { in accept()160 socket.setTcpNoDelay(tcpNoDelay.booleanValue()); in accept()187 private Boolean tcpNoDelay; field in socketAcceptor
Completed in 10 milliseconds