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 Connection
public boolean isConnected()
public boolean isOpen()
isOpen
in interface Connection
public void close() throws IOException
close
in interface Connection
IOException
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.