public class TCPConnectionMap.TCPConnection extends Object implements Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isConnected() |
boolean |
isExpired(long now) |
boolean |
isOpen() |
String |
toString() |
public boolean isExpired(long now)
isExpired in interface Connectionpublic boolean isConnected()
public boolean isOpen()
isOpen in interface Connectionpublic void close()
throws IOException
close in interface ConnectionIOExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.