Home
last modified time | relevance | path

Searched refs:tcpNoDelay (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/jurt/com/sun/star/lib/connections/socket/
H A DConnectionDescriptor.java71 tcpNoDelay = Boolean.FALSE; in ConnectionDescriptor()
73 tcpNoDelay = Boolean.TRUE; in ConnectionDescriptor()
96 return tcpNoDelay;
102 private Boolean tcpNoDelay = null;
H A DsocketAcceptor.java144 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 21 milliseconds