Home
last modified time | relevance | path

Searched defs:connectionFailed (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DConnectionSpecSelector.java90 public boolean connectionFailed(IOException e) { in connectionFailed() method in ConnectionSpecSelector
/external/jetty/src/java/org/eclipse/jetty/client/
DSelectConnector.java199 protected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment) in connectionFailed() method in SelectConnector.Manager
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketClientFactory.java334 protected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment) in connectionFailed() method in WebSocketClientFactory.WebSocketClientSelector
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSelectorManager.java366 protected void connectionFailed(SocketChannel channel,Throwable ex,Object attachment) in connectionFailed() method in SelectorManager