Package jade.imtp.leap.http
Class HTTPAddress
- java.lang.Object
-
- jade.imtp.leap.http.HTTPAddress
-
- All Implemented Interfaces:
TransportAddress,Serializable,Serializable
- Direct Known Subclasses:
HTTPSAddress
public class HTTPAddress extends Object implements TransportAddress
Class declaration- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPAddress(String host, String port, String file, String anchor)Constructor declaration
-
-
-
Method Detail
-
getProto
public String getProto()
Method declaration- Specified by:
getProtoin interfaceTransportAddress- Returns:
-
getHost
public String getHost()
Method declaration- Specified by:
getHostin interfaceTransportAddress- Returns:
-
getPort
public String getPort()
Method declaration- Specified by:
getPortin interfaceTransportAddress- Returns:
-
getFile
public String getFile()
Method declaration- Specified by:
getFilein interfaceTransportAddress- Returns:
-
getAnchor
public String getAnchor()
Method declaration- Specified by:
getAnchorin interfaceTransportAddress- Returns:
-
-