Home
last modified time | relevance | path

Searched defs:blockWritable (Results 1 – 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
DEndPoint.java137 public boolean blockWritable(long millisecs) throws IOException; in blockWritable() method
DByteArrayEndPoint.java173 public boolean blockWritable(long millisecs) in blockWritable() method in ByteArrayEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/bio/
DStreamEndPoint.java57 public boolean blockWritable(long millisecs) throws IOException in blockWritable() method in StreamEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DChannelEndPoint.java99 public boolean blockWritable(long millisecs) throws IOException in blockWritable() method in ChannelEndPoint
DSelectChannelEndPoint.java480 public boolean blockWritable(long timeoutMs) throws IOException in blockWritable() method in SelectChannelEndPoint
DSslConnection.java721 public boolean blockWritable(long millisecs) throws IOException in blockWritable() method in SslConnection.SslEndPoint
/external/jetty/src/java/org/eclipse/jetty/client/
DSelectConnector.java399 public boolean blockWritable(long millisecs) throws IOException in blockWritable() method in SelectConnector.UpgradableEndPoint