Uses of Class
jade.mtp.http.KeepAlive.KAConnection
-
Packages that use KeepAlive.KAConnection Package Description jade.mtp.http -
-
Uses of KeepAlive.KAConnection in jade.mtp.http
Methods in jade.mtp.http that return KeepAlive.KAConnection Modifier and Type Method Description KeepAlive.KAConnectionKeepAlive. getConnection(HTTPAddress addr)get the socket of the connection when addr make matchingMethods in jade.mtp.http with parameters of type KeepAlive.KAConnection Modifier and Type Method Description voidKeepAlive. add(KeepAlive.KAConnection c)add a new connectionvoidKeepAlive. remove(KeepAlive.KAConnection ka)delete an exisiting connectionvoidKeepAlive. swap(KeepAlive.KAConnection c)
-