Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DWsFrameBase.java420 if (usePartial()) { in processDataText()
463 if (usePartial()) { in processDataText()
478 if (usePartial()) { in processDataText()
514 if (!usePartial()) { in processDataBinary()
535 if (usePartial() || !continuationExpected) { in processDataBinary()
637 private boolean usePartial() { in usePartial() method in WsFrameBase