Package com.caucho.hessian.io
Class HessianRemote
java.lang.Object
com.caucho.hessian.io.HessianRemote
- All Implemented Interfaces:
Serializable
Encapsulates a remote address when no stub is available, e.g. for
Java MicroEdition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an uninitialized Hessian remote.HessianRemote
(String type, String url) Creates a new Hessian remote object. -
Method Summary
-
Constructor Details
-
HessianRemote
Creates a new Hessian remote object.- Parameters:
type
- the remote stub interfaceurl
- the remote url
-
HessianRemote
public HessianRemote()Creates an uninitialized Hessian remote.
-
-
Method Details
-
getType
Returns the remote api class name. -
getURL
Returns the remote URL. -
setURL
Sets the remote URL. -
hashCode
public int hashCode()Defines the hashcode. -
equals
Defines equality -
toString
Readable version of the remote.
-