Package jade.mtp.http
Class KeepAlive.KAConnection
- java.lang.Object
-
- jade.mtp.http.KeepAlive.KAConnection
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(HTTPAddress a)HTTPAddressgetAddress()voidopen()
-
-
-
Method Detail
-
open
public void open() throws IOException- Throws:
IOException
-
getAddress
public HTTPAddress getAddress()
-
equals
public boolean equals(HTTPAddress a)
-
-