Package com.caucho.hessian.io
Class HessianRemote
- java.lang.Object
-
- com.caucho.hessian.io.HessianRemote
-
- All Implemented Interfaces:
Serializable
public class HessianRemote extends Object implements Serializable
Encapsulates a remote address when no stub is available, e.g. for Java MicroEdition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianRemote()Creates an uninitialized Hessian remote.HessianRemote(String type, String url)Creates a new Hessian remote object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Defines equalityStringgetType()Returns the remote api class name.StringgetURL()Returns the remote URL.inthashCode()Defines the hashcode.voidsetURL(String url)Sets the remote URL.StringtoString()Readable version of the remote.
-