|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palojava.http.PaloHttp
public class PaloHttp
PaloHttp
The analog to the Palo
class.
Method Summary | |
---|---|
void |
destroy()
Deprecated. |
static PaloHttp |
getInstance()
Deprecated. |
void |
init()
Deprecated. Returns the globally used PaloHttp instance for connecting to
the palo server |
ConnectionHttp |
newConnection(java.lang.String server,
java.lang.String service,
java.lang.String username,
java.lang.String password)
Deprecated. Creates a new IConnection object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PaloHttp getInstance()
public void init()
PaloHttp
instance for connecting to
the palo server
public void destroy()
public ConnectionHttp newConnection(java.lang.String server, java.lang.String service, java.lang.String username, java.lang.String password)
IConnection
object.
server
- the server name, e.g. localhostservice
- the port numberusername
- the login namepassword
- the login password
ConnectionHttp
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |