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

/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNetworkTrafficSelectChannelEndPoint.java57 notifyOutgoing(buffer, position, written);
68 notifyOutgoing(header, headerPosition, written > headerLength ? headerLength : written);
69 notifyOutgoing(buffer, bufferPosition, written > headerLength ? written - headerLength : 0);
110 public void notifyOutgoing(Buffer buffer, int position, int written) method in class:NetworkTrafficSelectChannelEndPoint

Completed in 78 milliseconds