Searched defs:blockWritable (Results 1 - 8 of 8) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DEndPoint.java137 public boolean blockWritable(long millisecs) throws IOException; method in interface:EndPoint
H A DByteArrayEndPoint.java173 public boolean blockWritable(long millisecs) method in class:ByteArrayEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java57 public boolean blockWritable(long millisecs) throws IOException method in class:StreamEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java99 public boolean blockWritable(long millisecs) throws IOException method in class:ChannelEndPoint
H A DSelectChannelEndPoint.java82 /** True if a thread has is blocked in {@link #blockWritable(long)} */
480 public boolean blockWritable(long timeoutMs) throws IOException method in class:SelectChannelEndPoint
H A DSslConnection.java721 public boolean blockWritable(long millisecs) throws IOException method in class:SslConnection.SslEndPoint
723 return _endp.blockWritable(millisecs);
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java399 public boolean blockWritable(long millisecs) throws IOException method in class:SelectConnector.UpgradableEndPoint
401 return _endp.blockWritable(millisecs);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 91 milliseconds