public final class LockFailedConnection extends Object implements Connection
| Constructor and Description |
|---|
LockFailedConnection(com.davfx.ninio.util.Lock<?,IOException> lock,
Connection wrappee) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
void |
connected(Address address) |
void |
failed(IOException ioe) |
void |
received(Address address,
ByteBuffer buffer) |
public LockFailedConnection(com.davfx.ninio.util.Lock<?,IOException> lock, Connection wrappee)
public void connected(Address address)
connected in interface Connectingpublic void failed(IOException ioe)
public void received(Address address, ByteBuffer buffer)
Copyright © 2017. All rights reserved.