Uses of Class
jade.mtp.http.HTTPAddress
-
Packages that use HTTPAddress Package Description jade.mtp.http -
-
Uses of HTTPAddress in jade.mtp.http
Methods in jade.mtp.http that return HTTPAddress Modifier and Type Method Description HTTPAddressKeepAlive.KAConnection. getAddress()Methods in jade.mtp.http with parameters of type HTTPAddress Modifier and Type Method Description voidHTTPSocketFactory. configure(Profile profile, HTTPAddress hta)static byte[]HTTPIO. createHTTPHeader(HTTPAddress host, int length, String policy, byte[] boundary, boolean proxy)Prepare the HTML headerbooleanHTTPAddress. equals(HTTPAddress a)Check if HTTP addresses are equivalent (same port, same host, same proto)booleanKeepAlive.KAConnection. equals(HTTPAddress a)KeepAlive.KAConnectionKeepAlive. getConnection(HTTPAddress addr)get the socket of the connection when addr make matchingvoidKeepAlive. remove(HTTPAddress addr)delete an exisiting connection, based on its addressvoidKeepAlive. send(HTTPAddress url, byte[] request)
-