Searched refs:hasOutboundDataInternal (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineWriter.java84 if (hasOutboundDataInternal()) {
162 if (hasOutboundDataInternal()) {
227 private boolean hasOutboundDataInternal() { method in class:EngineWriter
232 return hasOutboundDataInternal();
236 return outboundClosed && !hasOutboundDataInternal();

Completed in 34 milliseconds