All Packages Class Hierarchy This Package Previous Next Index
Class amarquee.QSessionPrivate
java.lang.Object
|
+----amarquee.QSessionPrivate
- public abstract class QSessionPrivate
- extends Object
AMarquee 1.48 without:
QNewServerSession() - Can't get socket from inetd.
Client-side pinging - No socket-time out in Java 1.0.2
DetachSession/ReAttachSession - Not needed
-
getBInConnect()
-
-
getHostName()
- Get the current hostName
-
getPort()
- Get the current TCP-port
-
getProgName()
- Get the current progName
-
Go(int)
-
getBInConnect
public synchronized boolean getBInConnect()
- Returns:
- boolean - returns true if this session is connecting
getHostName
public String getHostName()
- Get the current hostName
- Returns:
- String - the hostName
getPort
public int getPort()
- Get the current TCP-port
- Returns:
- int - the TCP-port
getProgName
public String getProgName()
- Get the current progName
- Returns:
- String - the progName
Go
public abstract int Go(int flags)
All Packages Class Hierarchy This Package Previous Next Index